mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
Add an activity for binary cache queries
This commit is contained in:
parent
c2154d4c84
commit
fd73c1e20a
4 changed files with 19 additions and 4 deletions
|
@ -24,6 +24,7 @@ typedef enum {
|
|||
actOptimiseStore = 106,
|
||||
actVerifyPaths = 107,
|
||||
actSubstitute = 108,
|
||||
actQueryPathInfo = 109,
|
||||
} ActivityType;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue