Skip to content

Commit 37826d3

Browse files
EmilIvanichkovvzah
authored andcommitted
chore(nix): Don't anable wasmd on MacOS
`wasmd` package is using `autoPatchelfHook` package which is not supported on ‘x86_64-darwin’
1 parent 66cc5c3 commit 37826d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ with pkgs;
1313
metacraft-labs.cosmos-theta-testnet
1414
metacraft-labs.circom
1515
metacraft-labs.circ
16-
metacraft-labs.wasmd
1716
]
1817
++ lib.optionals (!stdenv.isDarwin) [
1918
# Solana is still not compatible with macOS on M1
2019
metacraft-labs.solana
20+
metacraft-labs.wasmd
2121
];
2222

2323
shellHook = ''

0 commit comments

Comments
 (0)