mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +01:00
* Ouch. A store upgrade could cause a substituter to be triggered,
causing a deadlock.
This commit is contained in:
parent
281e3ed059
commit
13114daa3e
3 changed files with 6 additions and 5 deletions
|
|
@ -226,7 +226,7 @@ private:
|
|||
|
||||
unsigned long long queryValidPathId(const Path & path);
|
||||
|
||||
unsigned long long addValidPath(const ValidPathInfo & info);
|
||||
unsigned long long addValidPath(const ValidPathInfo & info, bool checkOutputs = true);
|
||||
|
||||
void addReference(unsigned long long referrer, unsigned long long reference);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue