mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
Cleanup
This commit is contained in:
parent
bccff827dc
commit
e6b7c7b79c
4 changed files with 14 additions and 12 deletions
|
@ -468,10 +468,7 @@ static const DrvHashModulo & pathDerivationModulo(Store & store, const StorePath
|
|||
drvPath,
|
||||
hashDerivationModulo(
|
||||
store,
|
||||
parseDerivation(
|
||||
store,
|
||||
readFile(store.toRealPath(drvPath)),
|
||||
Derivation::nameFromPath(drvPath)),
|
||||
store.readInvalidDerivation(drvPath),
|
||||
false)).first;
|
||||
}
|
||||
return h->second;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue