diff --git a/flake.nix b/flake.nix index 541efbbc..1e61559b 100644 --- a/flake.nix +++ b/flake.nix @@ -486,5 +486,11 @@ nixosModule = import ./lib; nixosModules.c3d2 = self.nixosModule; + + hydraJobs = forAllSystems (system: + nixpkgs.lib.filterAttrs (_: nixosSystem: + system == nixosSystem.config.system.build.toplevel.system + ) self.nixosConfigurations + ) // self.packages.${system}; }; }