Implement nix-copy-closure --from via nix-store --serve

This commit is contained in:
Eelco Dolstra 2014-07-24 16:00:29 +02:00
parent 62309a2c56
commit 03103c0a36
4 changed files with 23 additions and 30 deletions

View file

@ -16,6 +16,7 @@ typedef enum {
cmdImportPaths = 4,
cmdExportPaths = 5,
cmdBuildPaths = 6,
cmdQueryClosure = 7,
} ServeCommand;
}