Skip to content

Commit 8c295dd

Browse files
authored
docs: be less incorrect
1 parent fb6d670 commit 8c295dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/start/nix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To test your Nix install, run:
1414
nix run nixpkgs#nix-info -- -m
1515
```
1616

17-
Note: If you are on an ARM-based Mac (like M1), the `system` field of `nix-info`'s output must say `"aarch64-darwin"`. If it instead says `"x86_64-darwin"`, it means that you have incorrectly installed Nix (i.e., under Rosetta).
17+
Note: If you are on an ARM-based Mac (like M1), make sure that you [did not install Nix in Rosetta](https://github.com/DeterminateSystems/nix-installer/issues/344).
1818

1919
## See also
2020

0 commit comments

Comments
 (0)