Update lib.nix
This commit is contained in:
2
lib.nix
2
lib.nix
@@ -13,6 +13,7 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
|
defaultNixpkgs = nixpkgs;
|
||||||
|
|
||||||
self = rec {
|
self = rec {
|
||||||
inherit
|
inherit
|
||||||
@@ -51,6 +52,7 @@ let
|
|||||||
nixpkgsConfig ? { },
|
nixpkgsConfig ? { },
|
||||||
nixpkgsHostPlatform ? null,
|
nixpkgsHostPlatform ? null,
|
||||||
user ? defaultUser,
|
user ? defaultUser,
|
||||||
|
nixpkgs ? defaultNixpkgs,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
hostSystemConfig = "${hostsFolder}/${host}/nixos.nix";
|
hostSystemConfig = "${hostsFolder}/${host}/nixos.nix";
|
||||||
|
|||||||
Reference in New Issue
Block a user