pin nixpkgs registry

This commit is contained in:
Henri Dohmen 2025-07-27 14:42:00 +02:00
parent e8f2c8c9a0
commit 18316f5fca
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -13,5 +13,6 @@
trusted-users = [ "root" ]; trusted-users = [ "root" ];
auto-optimise-store = true; auto-optimise-store = true;
}; };
nix.registry.nixpkgs.flake = inputs.nixpkgs;
nixpkgs.config.allowUnfree = false; nixpkgs.config.allowUnfree = false;
} }