diff --git a/flake.nix b/flake.nix index c26685e..c39e2f2 100644 --- a/flake.nix +++ b/flake.nix @@ -68,5 +68,9 @@ } ) flake-utils.lib.defaultSystems); + + hydraJobs = { + nixos = builtins.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.nixosConfigurations; + }; }; }