ghostty/.envrc
2023-02-12 19:29:26 -08:00

6 lines
155 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
use flake
fi