mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01:00
Liberate checkDerivationOutputs from LocalStore
Make it instead a method on `Derivation` that can work with any store. We will need this for a CLI command to create a derivation.
This commit is contained in:
parent
b200784cec
commit
4e9f32f993
4 changed files with 70 additions and 61 deletions
|
|
@ -270,8 +270,6 @@ private:
|
|||
|
||||
std::pair<Path, AutoCloseFD> createTempDirInStore();
|
||||
|
||||
void checkDerivationOutputs(const StorePath & drvPath, const Derivation & drv);
|
||||
|
||||
typedef std::unordered_set<ino_t> InodeHash;
|
||||
|
||||
InodeHash loadInodeHash();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue