Skip to content

Commit

Permalink
Use the Determinate Nix Installer on macOS (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten authored Oct 13, 2023
1 parent e87fdfa commit 4e9fc9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Guide/installation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ That's why we first need to make sure that you have nix installed.
Run this command in your terminal to install nix on your machine:

```bash
sh <(curl -L https://nixos.org/nix/install)
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
```

We use the Determinate Nix Installer instead of the normal Nix installer here as it works better on macOS, e.g. the normal Nix installer always breaks across macOS updates.

After this restart your terminal.

### Linux
Expand Down

0 comments on commit 4e9fc9c

Please sign in to comment.