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