lock nix-path and local flake registry to sytem nixpkgs

This commit is contained in:
2022-12-09 05:25:07 +01:00
parent 3720b9d20d
commit 6fad2c7854
2 changed files with 13 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
nixosConfigurations = {
jokum = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit unstable; };
specialArgs = { inherit unstable inputs; };
modules = [
./hosts/jokum/configuration.nix
sops-nix.nixosModules.sops