mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Document builtins.derivation
This commit is contained in:
parent
9c6678da0e
commit
74698d54c8
2 changed files with 39 additions and 14 deletions
|
@ -1,24 +1,24 @@
|
|||
error:
|
||||
… while evaluating the attribute 'outPath'
|
||||
at <nix/derivation-internal.nix>:19:9:
|
||||
18| value = commonAttrs // {
|
||||
19| outPath = builtins.getAttr outputName strict;
|
||||
at <nix/derivation-internal.nix>:44:9:
|
||||
43| value = commonAttrs // {
|
||||
44| outPath = builtins.getAttr outputName strict;
|
||||
| ^
|
||||
20| drvPath = strict.drvPath;
|
||||
45| drvPath = strict.drvPath;
|
||||
|
||||
… while calling the 'getAttr' builtin
|
||||
at <nix/derivation-internal.nix>:19:19:
|
||||
18| value = commonAttrs // {
|
||||
19| outPath = builtins.getAttr outputName strict;
|
||||
at <nix/derivation-internal.nix>:44:19:
|
||||
43| value = commonAttrs // {
|
||||
44| outPath = builtins.getAttr outputName strict;
|
||||
| ^
|
||||
20| drvPath = strict.drvPath;
|
||||
45| drvPath = strict.drvPath;
|
||||
|
||||
… while calling the 'derivationStrict' builtin
|
||||
at <nix/derivation-internal.nix>:9:12:
|
||||
8|
|
||||
9| strict = derivationStrict drvAttrs;
|
||||
at <nix/derivation-internal.nix>:34:12:
|
||||
33|
|
||||
34| strict = derivationStrict drvAttrs;
|
||||
| ^
|
||||
10|
|
||||
35|
|
||||
|
||||
… while evaluating derivation '~jiggle~'
|
||||
whose name attribute is located at /pwd/lang/eval-fail-derivation-name.nix:2:3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue