diff --git a/flake.nix b/flake.nix index 4160260..65d83c2 100644 --- a/flake.nix +++ b/flake.nix @@ -75,10 +75,8 @@ ) aarch64-linux-hosts ) ); - hydraJobs = { - inherit (self.nixosConfigurations) - x86_64-hosts - ; - }; + hydraJobs.hosts = builtins.mapAttrs ( + _: host: host.config.system.build.toplevel + ) self.nixosConfigurations; }; }