mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-12 10:48:39 +03:00
9 lines
252 B
Bash
9 lines
252 B
Bash
# 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
|
|
watch_file nix/{devShell,package,wraptest}.nix
|
|
use flake
|
|
fi
|
|
|
|
[ -f .envrc.local ] && source_env .envrc.local
|