File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ EvalState::EvalState(
268268 }())
269269 , corepkgsFS(make_ref<MemorySourceAccessor>())
270270 , internalFS(make_ref<MemorySourceAccessor>())
271- , derivationInternal{corepkgsFS ->addFile (
271+ , derivationInternal{internalFS ->addFile (
272272 CanonPath (" derivation-internal.nix" ),
273273#include " primops/derivation.nix.gen.hh"
274274 )}
Original file line number Diff line number Diff line change 11error:
22 … while evaluating the attribute 'outPath'
3- at < nix/derivation-internal.nix> :<number>:<number>:
3+ at « nix-internal» /derivation-internal.nix:<number>:<number>:
44 <number>| value = commonAttrs // {
55 <number>| outPath = builtins.getAttr outputName strict;
66 | ^
77 <number>| drvPath = strict.drvPath;
88
99 … while calling the 'getAttr' builtin
10- at < nix/derivation-internal.nix> :<number>:<number>:
10+ at « nix-internal» /derivation-internal.nix:<number>:<number>:
1111 <number>| value = commonAttrs // {
1212 <number>| outPath = builtins.getAttr outputName strict;
1313 | ^
1414 <number>| drvPath = strict.drvPath;
1515
1616 … while calling the 'derivationStrict' builtin
17- at < nix/derivation-internal.nix> :<number>:<number>:
17+ at « nix-internal» /derivation-internal.nix:<number>:<number>:
1818 <number>|
1919 <number>| strict = derivationStrict drvAttrs;
2020 | ^
You can’t perform that action at this time.
0 commit comments