DerivationOutputExtensional -> DerivationOutputInputAddressed

Thanks @regnat for the great name.
This commit is contained in:
John Ericson
2020-07-12 15:56:20 +00:00
parent a8d4707107
commit 503b425690
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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);