1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 20:20:58 +01:00

Completed updateStateDerivation(Path storepath) method

This commit is contained in:
Wouter den Breejen 2007-06-04 19:41:46 +00:00
parent bcf9d3ab2f
commit 7166ad8eba
7 changed files with 59 additions and 50 deletions

View file

@ -84,9 +84,9 @@ public:
PathSet getStateReferencesClosure(const Path & path);
void setUpdatedStateDerivation(const Path & newdrv, const Path & olddrv);
void setUpdatedStateDerivation(const Path & newdrv, const Path & storepath);
Path getUpdatedStateDerivation(const Path & olddrv);
Path updateStateDerivation(const Path & storepath);
};