nix: fix darwin devshell

This commit is contained in:
Mitchell Hashimoto
2023-02-12 19:29:26 -08:00
parent 4a1ff37d63
commit 7d626326de
2 changed files with 4 additions and 3 deletions

2
.envrc
View File

@ -1,5 +1,5 @@
# If we are a computer with nix-shell available, then use that to setup
# the build environment with exactly what we need.
if has nix; then
use nix
use flake
fi

View File

@ -73,13 +73,14 @@ in mkShell rec {
parallel
python
tracy
valgrind
vttest
wraptest
# wasm
wabt
wasmtime
] ++ lib.optionals stdenv.isLinux [
valgrind
wraptest
];
buildInputs = [