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
+3 -1
View File
@@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, writeScript
, coreutils
, curl
@@ -11,6 +12,7 @@
}:
writeScript "update-nodejs" ''
#!${stdenv.shell}
PATH=${lib.makeBinPath [ common-updater-scripts coreutils curl gnugrep jq gnupg nix ]}
HOME=`mktemp -d`