Properly set the output env variables
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
committed by
GitHub
parent
2cf591a134
commit
ce674cb2cf
@@ -150,7 +150,7 @@ StorePath getDerivationEnvironment(ref<Store> store, const StorePath & drvPath)
|
||||
output.second = {
|
||||
.output = DerivationOutputDeferred{},
|
||||
};
|
||||
drv.env[output.first] = "";
|
||||
drv.env[output.first] = hashPlaceholder(output.first);
|
||||
}
|
||||
} else {
|
||||
for (auto & output : drv.outputs) {
|
||||
|
||||
Reference in New Issue
Block a user