mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
Runtime state arguments added to nix-state.
This commit is contained in:
parent
c0dceea9f0
commit
7e0dcc5dcb
15 changed files with 155 additions and 50 deletions
|
|
@ -52,6 +52,8 @@ typedef enum {
|
|||
wopShareState,
|
||||
wopUnShareState,
|
||||
wopLookupStatePath,
|
||||
wopSetStateOptions,
|
||||
wopGetStateOptions,
|
||||
wopSetOptions, //40
|
||||
} WorkerOp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue