1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/functional/lang/eval-fail-derivation-name.err.exp

27 lines
1 KiB
Plaintext
Raw Normal View History

error:
… while evaluating the attribute 'outPath'
2024-07-10 07:34:42 -04:00
at <nix/derivation-internal.nix>:44:9:
43| value = commonAttrs // {
44| outPath = builtins.getAttr outputName strict;
| ^
2024-07-10 07:34:42 -04:00
45| drvPath = strict.drvPath;
… while calling the 'getAttr' builtin
2024-07-10 07:34:42 -04:00
at <nix/derivation-internal.nix>:44:19:
43| value = commonAttrs // {
44| outPath = builtins.getAttr outputName strict;
| ^
2024-07-10 07:34:42 -04:00
45| drvPath = strict.drvPath;
… while calling the 'derivationStrict' builtin
2024-07-10 07:34:42 -04:00
at <nix/derivation-internal.nix>:34:12:
33|
34| strict = derivationStrict drvAttrs;
| ^
2024-07-10 07:34:42 -04:00
35|
… while evaluating derivation '~jiggle~'
whose name attribute is located at /pwd/lang/eval-fail-derivation-name.nix:2:3
error: invalid derivation name: name '~jiggle~' contains illegal character '~'. Please pass a different 'name'.