Skip to content

Commit cc6a9a7

Browse files
authored
README: update Determinate recommendation for nix-darwin (#1422)
1 parent 81049a3 commit cc6a9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ This would install Nix on an `x86_64-linux` system but you can replace that with
4848

4949
### Install Determinate
5050

51-
If you're on macOS (but not [nix-darwin]) or Linux (but not [NixOS]), you can install [Determinate] using Determinate Nix Installer by adding the `--determinate` flag:
51+
If you're on macOS or Linux (but not [NixOS]), you can install [Determinate] using Determinate Nix Installer by adding the `--determinate` flag:
5252

5353
```shell
5454
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
5555
sh -s -- install --determinate
5656
```
5757

5858
> [!TIP]
59-
> If you use [nix-darwin] or [NixOS], we recommend installing Determinate using modules provided by the [`determinate` flake][determinate-flake].
59+
> If you use [NixOS], we recommend installing Determinate using modules provided by the [`determinate` flake][determinate-flake].
6060
6161
Determinate is:
6262

0 commit comments

Comments
 (0)