Merge pull request #50977 from jtojnar/parallel-update.nix

update.nix: Run update scripts in parallel
This commit is contained in:
Jan Tojnar
2018-12-02 01:23:39 +01:00
committed by GitHub
17 changed files with 169 additions and 50 deletions
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
cp -r python/bin $out/bin
'';
passthru.updateScript = ''
#!${stdenv.shell}
set -e
echo
cd ${toString ./.}