mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
26 lines
1 KiB
Text
26 lines
1 KiB
Text
error:
|
|
… while evaluating the attribute 'outPath'
|
|
at <nix/derivation-internal.nix>:19:9:
|
|
18| value = commonAttrs // {
|
|
19| outPath = builtins.getAttr outputName strict;
|
|
| ^
|
|
20| drvPath = strict.drvPath;
|
|
|
|
… while calling the 'getAttr' builtin
|
|
at <nix/derivation-internal.nix>:19:19:
|
|
18| value = commonAttrs // {
|
|
19| outPath = builtins.getAttr outputName strict;
|
|
| ^
|
|
20| drvPath = strict.drvPath;
|
|
|
|
… while calling the 'derivationStrict' builtin
|
|
at <nix/derivation-internal.nix>:9:12:
|
|
8|
|
|
9| strict = derivationStrict drvAttrs;
|
|
| ^
|
|
10|
|
|
|
|
… 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'.
|