2024-06-20 23:20:17 +03:00
|
|
|
error:
|
|
|
|
… while evaluating the attribute 'outPath'
|
2024-07-16 18:36:30 +03:00
|
|
|
at <nix/derivation-internal.nix>:<number>:<number>:
|
|
|
|
<number>| value = commonAttrs // {
|
|
|
|
<number>| outPath = builtins.getAttr outputName strict;
|
2024-06-20 23:20:17 +03:00
|
|
|
| ^
|
2024-07-16 18:36:30 +03:00
|
|
|
<number>| drvPath = strict.drvPath;
|
2024-06-20 23:20:17 +03:00
|
|
|
|
|
|
|
… while calling the 'getAttr' builtin
|
2024-07-16 18:36:30 +03:00
|
|
|
at <nix/derivation-internal.nix>:<number>:<number>:
|
|
|
|
<number>| value = commonAttrs // {
|
|
|
|
<number>| outPath = builtins.getAttr outputName strict;
|
2024-06-20 23:20:17 +03:00
|
|
|
| ^
|
2024-07-16 18:36:30 +03:00
|
|
|
<number>| drvPath = strict.drvPath;
|
2024-06-20 23:20:17 +03:00
|
|
|
|
|
|
|
… while calling the 'derivationStrict' builtin
|
2024-07-16 18:36:30 +03:00
|
|
|
at <nix/derivation-internal.nix>:<number>:<number>:
|
|
|
|
<number>|
|
|
|
|
<number>| strict = derivationStrict drvAttrs;
|
2024-06-20 23:20:17 +03:00
|
|
|
| ^
|
2024-07-16 18:36:30 +03:00
|
|
|
<number>|
|
2024-06-20 23:20:17 +03:00
|
|
|
|
|
|
|
… while evaluating derivation '~jiggle~'
|
2024-07-16 18:36:30 +03:00
|
|
|
whose name attribute is located at /pwd/lang/eval-fail-derivation-name.nix:<number>:<number>
|
2024-06-20 23:20:17 +03:00
|
|
|
|
|
|
|
error: invalid derivation name: name '~jiggle~' contains illegal character '~'. Please pass a different 'name'.
|