Skip to content

Commit dd74fd9

Browse files
committed
[DDW-745] Changed README for nix configuration using M1 chip
1 parent 3b6305f commit dd74fd9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ Daedalus - Cryptocurrency Wallet
4444
extra-sandbox-paths = /System/Library/Frameworks /System/Library/PrivateFrameworks /usr/lib
4545
experimental-features = nix-command flakes
4646
47-
# 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
4952
```
5053

5154
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

Comments
 (0)