Monorepo for Tangled tangled.org
11

Configure Feed

Select the types of activity you want to include in your feed.

docs: simplify nix-darwin development VM setup

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

author
Anirudh Oppiliappan
date (May 14, 2026, 8:59 AM +0300) commit ce7bd915 parent fd432b9b change-id wyxtwlor
+7 -12
+7 -12
docs/DOCS.md
··· 1664 1664 with the same architecture as your Mac (`linux-aarch64` if 1665 1665 you are using Apple Silicon). 1666 1666 1667 - > IMPORTANT: You must build `darwin.linux-builder` somewhere other than inside 1668 - > the Tangled repo so that it doesn't conflict with the other VM. For example, 1669 - > you can do 1670 - > 1671 - > ```shell 1672 - > cd $(mktemp -d buildervm.XXXXX) && nix run nixpkgs#darwin.linux-builder 1673 - > ``` 1674 - > 1675 - > to store the builder VM in a temporary dir. 1676 - > 1677 - > You should read and follow [all the other instructions][darwin builder vm] to 1678 - > avoid subtle problems. 1667 + If you're on nix-darwin, you can simply add 1668 + 1669 + ``` 1670 + nix.linux-builder.enable = true; 1671 + ``` 1672 + 1673 + to your host's `configuration.nix`. 1679 1674 1680 1675 Alternatively, you can use any other method to set up a 1681 1676 Linux machine with Nix installed that you can `sudo ssh`