* nixos-rebuild: pass on the -I option to nix-build.
svn path=/nixos/trunk/; revision=32741
This commit is contained in:
parent
f61ad97833
commit
65824d40e1
|
@ -76,7 +76,7 @@ while test "$#" -gt 0; do
|
|||
--show-trace|--no-build-hook|--keep-failed|-K|--keep-going|-k|--verbose|-v|--fallback)
|
||||
extraBuildFlags="$extraBuildFlags $i"
|
||||
;;
|
||||
--max-jobs|-j|--cores)
|
||||
--max-jobs|-j|--cores|-I)
|
||||
j="$1"; shift 1
|
||||
extraBuildFlags="$extraBuildFlags $i $j"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue