Skip to content

Commit b279964

Browse files
committed
Elrond is still failing on macOS M1
1 parent bf31126 commit b279964

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

shell.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ with pkgs;
1313
metacraft-labs.cosmos-theta-testnet
1414
metacraft-labs.circom
1515
metacraft-labs.circ
16-
17-
# Elrond
18-
metacraft-labs.erdpy
19-
metacraft-labs.elrond-go
20-
metacraft-labs.elrond-proxy-go
2116
]
2217
++ lib.optionals (!stdenv.isDarwin) [
2318
# Solana is still not compatible with macOS on M1
2419
metacraft-labs.solana
2520
metacraft-labs.wasmd
21+
22+
# Elrond
23+
metacraft-labs.erdpy
24+
metacraft-labs.elrond-go
25+
metacraft-labs.elrond-proxy-go
2626
];
2727

2828
shellHook = ''

0 commit comments

Comments
 (0)