diff --git a/flake.nix b/flake.nix index 9051366..aef2986 100644 --- a/flake.nix +++ b/flake.nix @@ -83,6 +83,16 @@ inputs.uterranix.flakeModule ]; + flake.hydraJobs = + let + inherit (lib) + mapAttrs; + in + { + nixng = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixngConfigurations; + nixos = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixosConfigurations; + }; + uterranix.config = [ ./terranix/default.nix {