mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 17:02:48 +02:00
5 lines
153 B
Bash
5 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
|