mirror of
https://github.com/NixOS/nix
synced 2025-07-08 11:03:54 +02:00
fix: Update shifted source positions after formatting
Carefully reviewed...
This commit is contained in:
parent
96e550efc5
commit
b04077c0ec
44 changed files with 400 additions and 385 deletions
|
@ -1,8 +1,8 @@
|
|||
error:
|
||||
… while calling the 'fetchurl' builtin
|
||||
at /pwd/lang/eval-fail-fetchurl-baseName-attrs-name.nix:1:1:
|
||||
1| builtins.fetchurl { url = "https://example.com/foo.tar.gz"; name = "~wobble~"; }
|
||||
1| builtins.fetchurl {
|
||||
| ^
|
||||
2|
|
||||
2| url = "https://example.com/foo.tar.gz";
|
||||
|
||||
error: invalid store path name when fetching URL 'https://example.com/foo.tar.gz': name '~wobble~' contains illegal character '~'. Please change the value for the 'name' attribute passed to 'fetchurl', so that it can create a valid store path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue