diff options
author | Ben Sima <ben@bsima.me> | 2022-11-07 20:12:48 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-11-07 20:18:22 -0500 |
commit | d5681bcc9cb43a48853e8dbc10bb89b8fbc3b7f2 (patch) | |
tree | 761e61a6d2b1476ac8f28c009260c0a1170b069c | |
parent | 3129db954f15e95d5a6057295c477bf599b5e508 (diff) |
Fix supported features in remote builder
-rw-r--r-- | machines/helium.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; |