diff options
author | Ben Sima <ben@bsima.me> | 2022-11-02 10:52:21 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-11-02 10:52:21 -0400 |
commit | ea10fc541a6036425cd246a2321d3e0a755c2ccc (patch) | |
tree | 78538436b754ac5ba31d2926d0e7b5f5c19c7abd /README.md | |
parent | 445611906a42d20b56dee57573634a6520fa3159 (diff) |
Document supportedFeatures in nix remote builder
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -80,6 +80,10 @@ configuration: sshUser = "yourUserName"; sshKey = "/path/to/your/private/key"; system = "x86_64-linux"; + supportedFeatures = [ + "x86_64-linux" + "big-parallel" + ]; } ]; }; |