aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-fetchurl-baseName-attrs.err.exp
blob: cef532e947615ea7a36ed2a63f12bcc93460e01a (about) (plain) (blame)
1
2
3
4
5
6
7
8
error:while calling the 'fetchurl' builtin
         at /pwd/lang/eval-fail-fetchurl-baseName-attrs.nix:1:1:
            1| builtins.fetchurl { url = "https://example.com/~wiggle~"; }
             | ^
            2|

       error: invalid store path name when fetching URL 'https://example.com/~wiggle~': name '~wiggle~' contains illegal character '~'. Please add a valid 'name' attribute to the argument for 'fetchurl', so that it can create a valid store path.