You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/start/nix.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ To test your Nix install, run:
14
14
nix run nixpkgs#nix-info -- -m
15
15
```
16
16
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).
0 commit comments