1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 22:01:15 +02:00

build-remote: Don't use a SSH master

This is unnecessary because we make only one connection.
This commit is contained in:
Eelco Dolstra 2017-03-03 19:23:20 +01:00
parent d140c75530
commit d3eb1cf3bb
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 9 additions and 1 deletions

View file

@ -642,6 +642,8 @@ void removeTempRoots();
set to true *unless* you're going to collect garbage. */
ref<Store> openStore(const std::string & uri = getEnv("NIX_REMOTE"));
ref<Store> openStore(const std::string & uri, const Store::Params & params);
void copyPaths(ref<Store> from, ref<Store> to, const Paths & storePaths, bool substitute = false);