update readme to use determinate systems

This commit is contained in:
2025-11-10 23:43:28 +01:00
parent 79d88d9461
commit 3845ae7bde

View File

@@ -13,9 +13,8 @@
## Installation ## Installation
```bash ```bash
# Install nix [without the --determinate flag] # Install nix
# ⚠️ When asked if install the determinate version say no curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --determinate
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
# Install brew [for casks] # Install brew [for casks]
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"