ghostty/.envrc
Mitchell Hashimoto f8b0000444 Initial
2022-03-29 09:06:39 -07:00

6 lines
159 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-shell; then
use nix
fi