diff --git a/util/create.nix b/util/create.nix index 8ecad08..997dd5e 100644 --- a/util/create.nix +++ b/util/create.nix @@ -8,9 +8,9 @@ in { systems = definitions: - nixpkgs.lib.mapAttrs ( + lib.mapAttrs ( name: info: - nixpkgs.lib.nixosSystem { + lib.nixosSystem { specialArgs = { inherit inputs; userPkgs = recursivePkgs ../pkg;