nix: fix darwin devshell
parent
4a1ff37d63
commit
7d626326de
2
.envrc
2
.envrc
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -73,13 +73,14 @@ in mkShell rec {
|
|||
parallel
|
||||
python
|
||||
tracy
|
||||
valgrind
|
||||
vttest
|
||||
wraptest
|
||||
|
||||
# wasm
|
||||
wabt
|
||||
wasmtime
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
valgrind
|
||||
wraptest
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue