Merge pull request #4460 from NixOS/ca/fix-ca-flake-outputs

Fix content-addressed flake outputs
This commit is contained in:
Eelco Dolstra 2021-01-18 12:43:38 +01:00 committed by GitHub
commit f0b9a3c974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -501,7 +501,7 @@ std::tuple<std::string, FlakeRef, InstallableValue::DerivationInfo> InstallableF
auto drvInfo = DerivationInfo{
std::move(drvPath),
state->store->parseStorePath(attr->getAttr(state->sOutPath)->getString()),
state->store->maybeParseStorePath(attr->getAttr(state->sOutPath)->getString()),
attr->getAttr(state->sOutputName)->getString()
};