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
# If you are running on a Mac with M1 chip please uncomment 'system' setting to enforce running on Rosetta2
48
-
# system = x86_64-darwin
47
+
# If you are running on a Mac with Intel chip
48
+
system = x86_64-darwin
49
+
50
+
# If you are running on a Mac with M1 chip
51
+
system = aarch64-darwin
49
52
```
50
53
51
54
3. Run `nix-shell` with correct list of arguments or by using existing `package.json` scripts to load a shell with all the correct versions of all the required dependencies for development.
0 commit comments