Update lib.nix

This commit is contained in:
2026-01-21 19:38:18 +00:00
parent 2acc4cbc96
commit 2f97fc4d2d

View File

@@ -13,6 +13,7 @@
}:
let
inherit (nixpkgs) lib;
defaultNixpkgs = nixpkgs;
self = rec {
inherit
@@ -51,6 +52,7 @@ let
nixpkgsConfig ? { },
nixpkgsHostPlatform ? null,
user ? defaultUser,
nixpkgs ? defaultNixpkgs,
}:
let
hostSystemConfig = "${hostsFolder}/${host}/nixos.nix";