mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Best I can tell this was never supposed to be exposed to the user and has been this way since 2.19. 2.18 did not expose this file to the user: nix run nix/2.18-maintenance -- eval --expr "import <nix/derivation-internal.nix>" error: getting status of '/__corepkgs__/derivation-internal.nix': No such file or directory
26 lines
1.1 KiB
Text
26 lines
1.1 KiB
Text
error:
|
|
… while evaluating the attribute 'outPath'
|
|
at «nix-internal»/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-internal»/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-internal»/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'.
|