1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

tests: nix:derivation-internal.nix renders with a scheme now

This commit is contained in:
Robert Hensing 2024-08-26 10:36:56 +02:00
parent 1008847630
commit 68a5cfd30e

View file

@ -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;
| ^ | ^