1
0

lib/nixosSystem.nix: Wrap nixpkgs.lib.nixosSystem and include nixfiles modules and overlays by default

This commit is contained in:
2025-06-28 16:43:03 +02:00
parent a66da6cac9
commit 0204773d27
3 changed files with 43 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ let
lib = {
clerie-monitoring-ids = callLibs ./clerie-monitoring-ids.nix;
nixosSystem = callLibs ./nixosSystem.nix;
};
in