diff options
author | Joe Hermaszewski <git@monoid.al> | 2020-06-17 13:41:25 +0800 |
---|---|---|
committer | Joe Hermaszewski <git@monoid.al> | 2020-06-17 20:27:27 +0800 |
commit | da8aac6ce8a73a7c9dc6d3cdfa27ab074f0bc976 (patch) | |
tree | edcde1b4738ec69e144ad086213e4b8ce593801a /doc/manual/command-ref | |
parent | 29542865cee37ab22efe1bd142900b69f6c59f0d (diff) |
Mention number of derivations to be build/fetched in output
Also correct grammar for the case of a single derivation.
Diffstat (limited to 'doc/manual/command-ref')
-rw-r--r-- | doc/manual/command-ref/nix-env.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/command-ref/nix-env.xml b/doc/manual/command-ref/nix-env.xml index 2b95b6819..55f25d959 100644 --- a/doc/manual/command-ref/nix-env.xml +++ b/doc/manual/command-ref/nix-env.xml @@ -516,7 +516,7 @@ source: $ nix-env -f '<nixpkgs>' -iA hello --dry-run (dry run; not doing anything) installing ‘hello-2.10’ -these paths will be fetched (0.04 MiB download, 0.19 MiB unpacked): +this path will be fetched (0.04 MiB download, 0.19 MiB unpacked): /nix/store/wkhdf9jinag5750mqlax6z2zbwhqb76n-hello-2.10 <replaceable>...</replaceable></screen> |