diff --git a/flake.nix b/flake.nix index 8900ef06..435e4661 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,8 @@ in containers; hydraJobs = { - inherit (self) checks nixosConfigurations; + inherit (self) checks; + nixosConfigurations = nixpkgs.lib.mapAttrs (_: v: v.config.system.build.toplevel) self.nixosConfigurations; }; }; }