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