1
0
Fork 0
mirror of https://github.com/mitchellh/zig-overlay.git synced 2025-03-14 15:06:24 +02:00
zig-overlay/templates/init/.envrc

6 lines
153 B
Text
Raw Normal View History

# 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