From ea10fc541a6036425cd246a2321d3e0a755c2ccc Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 2 Nov 2022 10:52:21 -0400 Subject: Document supportedFeatures in nix remote builder --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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" + ]; } ]; }; -- cgit v1.2.3