mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03: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
|
# If we are a computer with nix-shell available, then use that to setup
|
||||||
# the build environment with exactly what we need.
|
# the build environment with exactly what we need.
|
||||||
if has nix; then
|
if has nix; then
|
||||||
use nix
|
use flake
|
||||||
fi
|
fi
|
||||||
|
@ -73,13 +73,14 @@ in mkShell rec {
|
|||||||
parallel
|
parallel
|
||||||
python
|
python
|
||||||
tracy
|
tracy
|
||||||
valgrind
|
|
||||||
vttest
|
vttest
|
||||||
wraptest
|
|
||||||
|
|
||||||
# wasm
|
# wasm
|
||||||
wabt
|
wabt
|
||||||
wasmtime
|
wasmtime
|
||||||
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
|
valgrind
|
||||||
|
wraptest
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Reference in New Issue
Block a user