1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 01:39:36 +01:00

ssh-ng: Don't set CPU affinity on the remote

Fixes #3138.

(cherry picked from commit 906d56a96b)
This commit is contained in:
Eelco Dolstra 2019-10-11 18:48:59 +02:00
parent 1ac8c0269a
commit 8b44ed08e7
3 changed files with 9 additions and 1 deletions

View file

@ -35,6 +35,9 @@ public:
return uriScheme + host;
}
bool sameMachine()
{ return false; }
void narFromPath(const Path & path, Sink & sink) override;
ref<FSAccessor> getFSAccessor() override;