mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 19:42:38 +00:00
6 lines
153 B
Bash
6 lines
153 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 nix
|
|
fi
|