From ffcf7121c72500ecbb834d25da483183ac2e803c Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:35:30 +1000 Subject: [PATCH] devdoc/darwin: switch to NixOS/experimental-nix-installer --- devdoc/darwin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devdoc/darwin.md b/devdoc/darwin.md index a2e83ab81..0588ccbfd 100644 --- a/devdoc/darwin.md +++ b/devdoc/darwin.md @@ -89,10 +89,10 @@ Software Update found the following new or updated software: ### Install nix -https://github.com/DeterminateSystems/nix-installer +https://github.com/NixOS/experimental-nix-installer ```sh -curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-modify-profile +curl --proto '=https' --tlsv1.2 -sSf -L https://artifacts.nixos.org/experimental-installer | sh -s -- install --no-modify-profile ``` `/nix/receipt.json` has a record of all the changes done by the nix installer.