mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 05:50:27 +00:00
nix: fix darwin devshell
This commit is contained in:
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 = [
|
||||
|
||||
Reference in New Issue
Block a user