Add hydraJobs for all systems

Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
main 2022-11-23 21:27:23 +01:00
parent dff2b6fc3e
commit abb31ae1bb
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -61,4 +61,5 @@ with lib; let
foldr mergeAttrs {} systemConfigurations;
in {
flake.nixosConfigurations = eachNixosSystem "${roots.nixos}/systems";
flake.hydraJobs.nixosConfigurations = mapAttrs (n: v: v.config.system.build.toplevel) (eachNixosSystem "${roots.nixos}/systems");
}