ghostty/.envrc
Mitchell Hashimoto 700124ea8e use nix-direnv
2022-05-04 09:41:08 -07:00

7 lines
236 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
# Can add ". --impure" if we ever need the parent shell environment. We might.
use flake
fi