Nix: Use flake input as registry.

This commit is contained in:
Dmitry Voronin 2024-12-06 01:55:43 +03:00
parent d0729d2148
commit c56e5b670b

View file

@ -1,6 +1,10 @@
{ ... }: {
{
inputs,
...
}: {
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowInsecurePredicate = x: true; # HACK: Nix is fucking annoying.
nix.registry.nixpkgs.flake = inputs.nixpkgs;
nix.settings = {
auto-optimise-store = true;
keep-derivations = true;