From df599ea8f10e86985c1b09e3cd7a3a331dc702f3 Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Wed, 5 Mar 2025 11:23:25 +0900 Subject: [PATCH] readme: update instructions as Determinate Nix is now the default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a9900b1..20447dec 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ As the official Nix installer does not include an automated uninstaller, and man * The [Nix installer from Determinate Systems](https://github.com/DeterminateSystems/nix-installer?tab=readme-ov-file#determinate-nix-installer) is only recommended for use with flake-based setups. It can install one of two distributions of Nix: - * By default, it will install vanilla upstream [Nix](https://nixos.org/) with flakes enabled. + * To install the **recommended** vanilla upstream [Nix](https://nixos.org), you will need to explicitly say `no` when prompted to install `Determinate Nix`. * When run with the `--determinate` flag, it will install the [Determinate](https://docs.determinate.systems/) distribution. As Determinate manages the Nix installation itself, you will need to set `nix.enable = false;` in your configuration to disable nix-darwin’s own Nix management.