Compare commits

1 Commits
main ... paws

Author SHA1 Message Date
2f97fc4d2d Update lib.nix 2026-01-21 19:38:18 +00:00

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";