From d0c86650424ae60209767a90d5c93012c95b0fec Mon Sep 17 00:00:00 2001 From: Philipp Herzog Date: Wed, 14 Sep 2022 12:38:08 +0200 Subject: Add option to build on the remote host --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c06bd49..5ba6e8a 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,11 @@ This is a set of options that can be put in any of the above definitions, with t # If not specified, this will default to `/tmp` # (if `magicRollback` is in use, this _must_ be writable by `user`) tempPath = "/home/someuser/.deploy-rs"; + + # Build the derivation on the target system. + # Will also fetch all external dependencies from the target system's substituters. + # This default to `false` + remoteBuild = true; } ``` -- cgit v1.2.3