zig-build-libxml2/.envrc
Mitchell Hashimoto 8acdcf23eb
initial commit
2023-08-03 21:50:34 -07:00

6 lines
153 B
Plaintext

# 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