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

       error: invalid store path name when fetching URL 'https://example.com/~wiggle~': name '~wiggle~' contains illegal character '~'. Please pass an attribute set with 'url' and 'name' attributes to 'fetchurl',  so that it can create a valid store path.