From 3845ae7bdeee349e69fb3b31962c506d0225a253 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 10 Nov 2025 23:43:28 +0100 Subject: [PATCH] update readme to use determinate systems --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2eb005..a2491db 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ ## Installation ```bash -# Install nix [without the --determinate flag] -# ⚠️ When asked if install the determinate version say no -curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install +# Install nix +curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --determinate # Install brew [for casks] /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"