set NIX_PATH
to nixpkgs flake
This commit is contained in:
parent
78f6065bf2
commit
d0aa623d6f
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ let
|
||||||
_module.args.utils = utils;
|
_module.args.utils = utils;
|
||||||
networking.hostName = self;
|
networking.hostName = self;
|
||||||
nix.package = nix.defaultPackage."${system}";
|
nix.package = nix.defaultPackage."${system}";
|
||||||
|
nix.nixPath = [
|
||||||
|
"nixpkgs=${nixpkgs}"
|
||||||
|
"nixos-config=/etc/nixos/configuration.nix"
|
||||||
|
];
|
||||||
system.configurationRevision = flake.rev;
|
system.configurationRevision = flake.rev;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue