From 5e16de17a346e70e58b856f1da4383144cd16fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 21 Jul 2024 22:05:07 +0200 Subject: [PATCH] docs/setup: also mention experimental option in case someone already has nix installed --- docs/site/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/site/index.md b/docs/site/index.md index ee2e0297a..67ad0f166 100644 --- a/docs/site/index.md +++ b/docs/site/index.md @@ -12,6 +12,14 @@ Create your own clan with these initial steps and manage a fleet of machines wit curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install ``` + If you already have installed Nix, make sure you have the `nix-command` and `flakes` configuration enabled in your ~/.config/nix/nix.conf. + The determinate installer already comes with this configuration by default. + + ```bash + # /etc/nix/nix.conf or ~/.config/nix/nix.conf + experimental-features = nix-command flakes + ``` + === "**NixOS**" If you run NixOS the `nix` binary is already installed.