1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-13 22:12:43 +01:00

Fix some instances of 'will'

This commit is contained in:
Luc Perkins 2025-06-06 10:51:58 -07:00
parent 76b9be3782
commit a989a23d1a
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5
19 changed files with 137 additions and 138 deletions

View file

@ -199,7 +199,7 @@ SourceExprCommand::SourceExprCommand()
.shortName = 'f',
.description =
"Interpret [*installables*](@docroot@/command-ref/new-cli/nix.md#installables) as attribute paths relative to the Nix expression stored in *file*. "
"If *file* is the character -, then a Nix expression will be read from standard input. "
"If *file* is the character -, then a Nix expression is read from standard input. "
"Implies `--impure`.",
.category = installablesCategory,
.labels = {"file"},