Merge pull request #50977 from jtojnar/parallel-update.nix
update.nix: Run update scripts in parallel
This commit is contained in:
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
||||
cp -r python/bin $out/bin
|
||||
'';
|
||||
passthru.updateScript = ''
|
||||
#!${stdenv.shell}
|
||||
set -e
|
||||
echo
|
||||
cd ${toString ./.}
|
||||
|
||||
Reference in New Issue
Block a user