summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-11-02 10:52:21 -0400
committerBen Sima <ben@bsima.me>2022-11-02 10:52:21 -0400
commitea10fc541a6036425cd246a2321d3e0a755c2ccc (patch)
tree78538436b754ac5ba31d2926d0e7b5f5c19c7abd /README.md
parent445611906a42d20b56dee57573634a6520fa3159 (diff)
Document supportedFeatures in nix remote builder
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 235187b..9ed996d 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,10 @@ configuration:
sshUser = "yourUserName";
sshKey = "/path/to/your/private/key";
system = "x86_64-linux";
+ supportedFeatures = [
+ "x86_64-linux"
+ "big-parallel"
+ ];
}
];
};