ghostty/.envrc
Uzair Aftab 69dfc8870d fix: use bashism in .envrc
Co-authored-by: Leah Amelia Chen <github@acc.pluie.me>
2025-03-14 12:00:25 +01:00

9 lines
254 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