mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 21:46:01 +01:00
tests: nix:derivation-internal.nix renders with a scheme now
This commit is contained in:
parent
1008847630
commit
68a5cfd30e
1 changed files with 3 additions and 3 deletions
|
|
@ -1,20 +1,20 @@
|
||||||
error:
|
error:
|
||||||
… while evaluating the attribute 'outPath'
|
… while evaluating the attribute 'outPath'
|
||||||
at <nix/derivation-internal.nix>:<number>:<number>:
|
at <nix:derivation-internal.nix>:<number>:<number>:
|
||||||
<number>| value = commonAttrs // {
|
<number>| value = commonAttrs // {
|
||||||
<number>| outPath = builtins.getAttr outputName strict;
|
<number>| outPath = builtins.getAttr outputName strict;
|
||||||
| ^
|
| ^
|
||||||
<number>| drvPath = strict.drvPath;
|
<number>| drvPath = strict.drvPath;
|
||||||
|
|
||||||
… while calling the 'getAttr' builtin
|
… while calling the 'getAttr' builtin
|
||||||
at <nix/derivation-internal.nix>:<number>:<number>:
|
at <nix:derivation-internal.nix>:<number>:<number>:
|
||||||
<number>| value = commonAttrs // {
|
<number>| value = commonAttrs // {
|
||||||
<number>| outPath = builtins.getAttr outputName strict;
|
<number>| outPath = builtins.getAttr outputName strict;
|
||||||
| ^
|
| ^
|
||||||
<number>| drvPath = strict.drvPath;
|
<number>| drvPath = strict.drvPath;
|
||||||
|
|
||||||
… while calling the 'derivationStrict' builtin
|
… while calling the 'derivationStrict' builtin
|
||||||
at <nix/derivation-internal.nix>:<number>:<number>:
|
at <nix:derivation-internal.nix>:<number>:<number>:
|
||||||
<number>|
|
<number>|
|
||||||
<number>| strict = derivationStrict drvAttrs;
|
<number>| strict = derivationStrict drvAttrs;
|
||||||
| ^
|
| ^
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue