diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-07-24T14·00+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-07-24T14·19+0200 |
commit | 03103c0a36cc94238542de2bdf6eedcb679cca49 (patch) | |
tree | 04ab7ba5b8568937df7331f2347ab5c982517cef /src/nix-store/serve-protocol.hh | |
parent | 62309a2c56206821370b87285fcacacba1cb3566 (diff) |
Implement nix-copy-closure --from via nix-store --serve
Diffstat (limited to 'src/nix-store/serve-protocol.hh')
-rw-r--r-- | src/nix-store/serve-protocol.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix-store/serve-protocol.hh b/src/nix-store/serve-protocol.hh index eb13b46e51bd..741b622beb17 100644 --- a/src/nix-store/serve-protocol.hh +++ b/src/nix-store/serve-protocol.hh @@ -16,6 +16,7 @@ typedef enum { cmdImportPaths = 4, cmdExportPaths = 5, cmdBuildPaths = 6, + cmdQueryClosure = 7, } ServeCommand; } |