mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 00:12:43 +01:00
DerivationOutputExtensional -> DerivationOutputInputAddressed
Thanks @regnat for the great name.
This commit is contained in:
parent
a8d4707107
commit
503b425690
4 changed files with 8 additions and 8 deletions
|
|
@ -135,7 +135,7 @@ StorePath getDerivationEnvironment(ref<Store> store, const StorePath & drvPath)
|
|||
drv.inputSrcs.insert(std::move(getEnvShPath));
|
||||
Hash h = hashDerivationModulo(*store, drv, true);
|
||||
auto shellOutPath = store->makeOutputPath("out", h, drvName);
|
||||
drv.outputs.insert_or_assign("out", DerivationOutput { .output = DerivationOutputExtensional {
|
||||
drv.outputs.insert_or_assign("out", DerivationOutput { .output = DerivationOutputInputAddressed {
|
||||
.path = shellOutPath
|
||||
} });
|
||||
drv.env["out"] = store->printStorePath(shellOutPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue