diff options
author | Shea Levy <shea@shealevy.com> | 2014-02-07T21·17-0500 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2014-02-08T05·13-0500 |
commit | 73874629ef59dc3b237a2c316179e722f971bb5e (patch) | |
tree | b8280e43b84d54a227ef3e995b13c3a6f1269d1b /src/libstore/store-api.hh | |
parent | 188f96500bc16891b22c684ad96122635667a8ff (diff) |
nix-store --serve: Use dump instead of export
Also remove signing support Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r-- | src/libstore/store-api.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index 57cf5179485c..edab6ea5a2d9 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -251,7 +251,7 @@ public: /* Serve the store for ssh substituters by taking commands * from in and printing results to out */ - void serve(Source & in, Sink & out, bool sign); + void serve(Source & in, Sink & out); }; |