mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
--redo -> --fast
svn path=/nixos/trunk/; revision=17839
This commit is contained in:
parent
5dfaf565bf
commit
fceadcbef7
|
@ -34,7 +34,7 @@ Options:
|
|||
--rollback restore the previous NixOS configuration (only
|
||||
with switch, boot, test, build)
|
||||
|
||||
--redo same as --no-pull --no-build-nix --show-trace
|
||||
--fast same as --no-pull --no-build-nix --show-trace
|
||||
|
||||
Various nix-build options are also accepted, in particular:
|
||||
|
||||
|
@ -78,7 +78,7 @@ while test "$#" -gt 0; do
|
|||
elif test "$i" = --max-jobs -o "$i" = -j; then
|
||||
j="$1"; shift 1
|
||||
extraBuildFlags="$extraBuildFlags $i $j"
|
||||
elif test "$i" = --redo; then
|
||||
elif test "$i" = --fast; then
|
||||
buildNix=
|
||||
pullManifest=
|
||||
extraBuildFlags="$extraBuildFlags --show-trace"
|
||||
|
|
Loading…
Reference in a new issue