diff options
Diffstat (limited to 'test/testdata/eval-fail-derivation-name.err.exp')
-rw-r--r-- | test/testdata/eval-fail-derivation-name.err.exp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-derivation-name.err.exp b/test/testdata/eval-fail-derivation-name.err.exp new file mode 100644 index 0000000..0ef9867 --- /dev/null +++ b/test/testdata/eval-fail-derivation-name.err.exp | |||
@@ -0,0 +1,26 @@ | |||
1 | error: | ||
2 | … while evaluating the attribute 'outPath' | ||
3 | at <nix/derivation-internal.nix>:<number>:<number>: | ||
4 | <number>| value = commonAttrs // { | ||
5 | <number>| outPath = builtins.getAttr outputName strict; | ||
6 | | ^ | ||
7 | <number>| drvPath = strict.drvPath; | ||
8 | |||
9 | … while calling the 'getAttr' builtin | ||
10 | at <nix/derivation-internal.nix>:<number>:<number>: | ||
11 | <number>| value = commonAttrs // { | ||
12 | <number>| outPath = builtins.getAttr outputName strict; | ||
13 | | ^ | ||
14 | <number>| drvPath = strict.drvPath; | ||
15 | |||
16 | … while calling the 'derivationStrict' builtin | ||
17 | at <nix/derivation-internal.nix>:<number>:<number>: | ||
18 | <number>| | ||
19 | <number>| strict = derivationStrict drvAttrs; | ||
20 | | ^ | ||
21 | <number>| | ||
22 | |||
23 | … while evaluating derivation '~jiggle~' | ||
24 | whose name attribute is located at /pwd/lang/eval-fail-derivation-name.nix:<number>:<number> | ||
25 | |||
26 | error: invalid derivation name: name '~jiggle~' contains illegal character '~'. Please pass a different 'name'. | ||