diff --git a/src/nix-env/help.txt b/src/nix-env/help.txt index 605bf2810a..0ebdca9b22 100644 --- a/src/nix-env/help.txt +++ b/src/nix-env/help.txt @@ -69,6 +69,8 @@ Options: --file / -f FILE: use Nix expression FILE for installation, etc. --verbose / -v: verbose operation (may be repeated) --keep-failed / -K: keep temporary directories of failed builds + --keep-going / -k: build as many dependencies as possible, even if + some dependencies fail to build --preserve-installed: do not replace currently installed versions in `-i' --system-filter SYSTEM: only use derivations for specified platform --prebuilt-only / -b: only use derivations whose prebuilt binaries are diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt index f3e65a5283..ed4a29a67e 100644 --- a/src/nix-store/help.txt +++ b/src/nix-store/help.txt @@ -65,5 +65,7 @@ Options: --verbose / -v: verbose operation (may be repeated) --keep-failed / -K: keep temporary directories of failed builds + --keep-going / -k: build as many dependencies as possible, even if + some dependencies fail to build --add-root: add garbage collector roots for the result