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:
parent
29542865ce
commit
da8aac6ce8
4 changed files with 21 additions and 9 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue