mirror of
https://github.com/NixOS/nix
synced 2025-07-09 07:53:55 +02:00
Rework future tense in user-facing messages
This commit is contained in:
parent
371fcf91c3
commit
ab10fddc6e
21 changed files with 141 additions and 144 deletions
|
@ -33,7 +33,7 @@ echo 456 > "$flake1Dir"/x.nix
|
|||
|
||||
# Dirty overrides require --allow-dirty-locks.
|
||||
expectStderr 1 nix flake lock "$flake2Dir" --override-input flake1 "$TEST_ROOT/flake1" |
|
||||
grepQuiet "Will not write lock file.*because it has an unlocked input"
|
||||
grepQuiet "Not writing lock file.*because it has an unlocked input"
|
||||
|
||||
nix flake lock "$flake2Dir" --override-input flake1 "$TEST_ROOT/flake1" --allow-dirty-locks
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue