Skip to content

Commit

Permalink
Use the Determinate Nix Installer on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten authored Oct 12, 2023
1 parent e87fdfa commit 12bc924
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 12bc924

Please sign in to comment.