mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
Turn error for non-existant follows into a warning
This commit is contained in:
parent
c1c37f3200
commit
411111a3bc
2 changed files with 3 additions and 4 deletions
|
@ -877,4 +877,4 @@ EOF
|
|||
|
||||
git -C $flakeFollowsA add flake.nix
|
||||
|
||||
nix flake lock $flakeFollowsA 2>&1 | grep "error: B has a \`follows'-declaration for a non-existant input invalid!"
|
||||
nix flake lock $flakeFollowsA 2>&1 | grep "warning: B has a \`follows'-declaration for a non-existant input invalid!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue