1
0

flake.nix: Move hydraJobs to seperate file

This commit is contained in:
2024-05-13 16:21:47 +02:00
parent 1f7ffd82ba
commit 6beb8db05a
4 changed files with 17 additions and 10 deletions

View File

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