1
0

lib/flake-helper.nix,flake/nixosConfigurations.nix: Move functions to flake directory

This commit is contained in:
2024-05-13 17:39:54 +02:00
parent 2a3281a7c4
commit d55dc35882
3 changed files with 9 additions and 8 deletions

View File

@@ -7,10 +7,6 @@ let
} // inputs);
lib = {
flake-helper = callLibs ./flake-helper.nix;
inherit ("flake-helper")
generateNixosSystem
mapToNixosConfigurations;
clerie-monitoring-ids = callLibs ./clerie-monitoring-ids.nix;
};