···16641664with the same architecture as your Mac (`linux-aarch64` if
16651665you are using Apple Silicon).
1666166616671667-> IMPORTANT: You must build `darwin.linux-builder` somewhere other than inside
16681668-> the Tangled repo so that it doesn't conflict with the other VM. For example,
16691669-> you can do
16701670->
16711671-> ```shell
16721672-> cd $(mktemp -d buildervm.XXXXX) && nix run nixpkgs#darwin.linux-builder
16731673-> ```
16741674->
16751675-> to store the builder VM in a temporary dir.
16761676->
16771677-> You should read and follow [all the other instructions][darwin builder vm] to
16781678-> avoid subtle problems.
16671667+If you're on nix-darwin, you can simply add
16681668+16691669+```
16701670+nix.linux-builder.enable = true;
16711671+```
16721672+16731673+to your host's `configuration.nix`.
1679167416801675Alternatively, you can use any other method to set up a
16811676Linux machine with Nix installed that you can `sudo ssh`