Skip to content

Commit 973787d

Browse files
authored
Update installation command for upstream Nix (#1715)
1 parent 91e0774 commit 973787d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ curl -fsSL https://install.determinate.systems/nix | sh -s -- install --determin
2323
If you'd prefer upstream Nix:
2424

2525
```shell
26-
curl -fsSL https://install.determinate.systems/nix | sh -s -- install
26+
curl -fsSL https://install.determinate.systems/nix | sh -s -- install --prefer-upstream-nix
2727
```
2828

2929
> [!TIP]

0 commit comments

Comments
 (0)