From d5681bcc9cb43a48853e8dbc10bb89b8fbc3b7f2 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 7 Nov 2022 20:12:48 -0500 Subject: Fix supported features in remote builder --- machines/helium.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines/helium.nix') diff --git a/machines/helium.nix b/machines/helium.nix index d2a054f..228cd98 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -183,6 +183,10 @@ in { sshUser = "ben"; sshKey = "/home/ben/.ssh/id_rsa"; system = "x86_64-linux"; + supportedFeatures = [ + "x86_64-linux" + "big-parallel" + ]; } ]; nix.distributedBuilds = true; -- cgit v1.2.3