mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
added dbValidStatePaths, StatePaths are now also registered as valid and can be query'd on validity
This commit is contained in:
parent
51fad07fbd
commit
6351b7e728
8 changed files with 126 additions and 24 deletions
|
|
@ -12,6 +12,8 @@ namespace nix {
|
|||
typedef enum {
|
||||
wopQuit,
|
||||
wopIsValidPath,
|
||||
wopIsValidStatePath,
|
||||
wopIsValidComponentOrStatePath,
|
||||
wopQuerySubstitutes,
|
||||
wopHasSubstitutes,
|
||||
wopQueryPathHash,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue