mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Rename queryValidPaths() to queryAllValidPaths()
This commit is contained in:
parent
eb3036da87
commit
667d5f1936
9 changed files with 17 additions and 17 deletions
|
@ -34,7 +34,7 @@ typedef enum {
|
|||
wopCollectGarbage = 20,
|
||||
wopQuerySubstitutablePathInfo = 21,
|
||||
wopQueryDerivationOutputs = 22,
|
||||
wopQueryValidPaths = 23,
|
||||
wopQueryAllValidPaths = 23,
|
||||
wopQueryFailedPaths = 24,
|
||||
wopClearFailedPaths = 25,
|
||||
wopQueryPathInfo = 26,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue