forked from rarias/bscpkgs
Add hydraJobs with tests and packages
This commit is contained in:
@@ -88,6 +88,8 @@ in bscPkgs // {
|
||||
};
|
||||
};
|
||||
|
||||
packages = filterAttrs (_: isDerivation) bscPkgs;
|
||||
|
||||
pkgs = final.runCommand "ci-pkgs" { }
|
||||
"printf '%s\n' ${toString (collect isDerivation bscPkgs)} > $out";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user