Add hydraJobs with tests and packages

This commit is contained in:
Aleix Boné 2025-09-25 18:34:18 +02:00
parent 967cfba8ec
commit 6491ba90ad
No known key found for this signature in database

View File

@ -31,6 +31,11 @@
(filterAttrs (_: isDerivation))
];
hydraJobs = {
inherit (self.legacyPackages.x86_64-linux.bsc-ci) test;
packages = self.packages.${system};
};
# propagate nixpkgs lib, so we can do bscpkgs.lib
inherit (nixpkgs) lib;
};