From d3eb1cf3bbf57a33ac2e71a19a150c077011ecd9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 3 Mar 2017 19:23:20 +0100 Subject: build-remote: Don't use a SSH master This is unnecessary because we make only one connection. --- src/libstore/store-api.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstore/store-api.hh') diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index c344b9d66e..481d0b7990 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -642,6 +642,8 @@ void removeTempRoots(); set to true *unless* you're going to collect garbage. */ ref openStore(const std::string & uri = getEnv("NIX_REMOTE")); +ref openStore(const std::string & uri, const Store::Params & params); + void copyPaths(ref from, ref to, const Paths & storePaths, bool substitute = false); -- cgit 1.4.1