Add the nixosModules special arg.
This commit is contained in:
parent
94119b4ae6
commit
40597a9540
2 changed files with 6 additions and 5 deletions
|
|
@ -52,7 +52,7 @@
|
|||
{
|
||||
lib = import ./nix/lib.nix {
|
||||
inherit nixpkgs self;
|
||||
nixosModules = "${nixpkgs}/nixos";
|
||||
nixos = "${nixpkgs}/nixos";
|
||||
};
|
||||
}
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue