Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit 0184f5e382 - Show all commits

View File

@@ -80,6 +80,10 @@ in bscPkgs // {
"printf '%s\n' ${toString (collect isDerivation final.bsc-ci.test)} > $out";
all = final.runCommand "ci-all" { }
"printf '%s\n' ${toString [ final.bsc-ci.pkgs final.bsc-ci.tests ]} > $out";
''
deps="${toString [ final.bsc-ci.pkgs final.bsc-ci.tests ]}"
cat $deps
printf '%s\n' $deps > $out
'';
};
}