diff --git a/flake.nix b/flake.nix index 9c5a084..9a24f9d 100644 --- a/flake.nix +++ b/flake.nix @@ -34,5 +34,10 @@ (flip removeAttrs [ "bsc" ]) (filterAttrs (_: isDerivation)) ]; + + hydraJobs = { + inherit (self.legacyPackages.x86_64-linux.bsc-ci) test; + packages = self.packages.${system}; + }; }; }