aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-derivation-name.err.exp
blob: 0ef98674d8115081fe5ce5be5077164c3c0e349d (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
error:while evaluating the attribute 'outPath'
         at <nix/derivation-internal.nix>:<number>:<number>:
     <number>|       value = commonAttrs // {
     <number>|         outPath = builtins.getAttr outputName strict;
             |         ^
     <number>|         drvPath = strict.drvPath;while calling the 'getAttr' builtin
         at <nix/derivation-internal.nix>:<number>:<number>:
     <number>|       value = commonAttrs // {
     <number>|         outPath = builtins.getAttr outputName strict;
             |                   ^
     <number>|         drvPath = strict.drvPath;while calling the 'derivationStrict' builtin
         at <nix/derivation-internal.nix>:<number>:<number>:
     <number>|
     <number>|   strict = derivationStrict drvAttrs;
             |            ^
     <number>|

       … while evaluating derivation '~jiggle~'
         whose name attribute is located at /pwd/lang/eval-fail-derivation-name.nix:<number>:<number>

       error: invalid derivation name: name '~jiggle~' contains illegal character '~'. Please pass a different 'name'.