1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 19:23:54 +02:00

Mention number of derivations to be build/fetched in output

Also correct grammar for the case of a single derivation.
This commit is contained in:
Joe Hermaszewski 2020-06-17 13:41:25 +08:00
parent 29542865ce
commit da8aac6ce8
4 changed files with 21 additions and 9 deletions

View file

@ -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>