Add the nixosModules special arg.

This commit is contained in:
r-vdp 2023-04-13 12:12:41 +02:00
parent 94119b4ae6
commit 40597a9540
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View file

@ -52,7 +52,7 @@
{
lib = import ./nix/lib.nix {
inherit nixpkgs self;
nixosModules = "${nixpkgs}/nixos";
nixos = "${nixpkgs}/nixos";
};
}
//