zig-objc/.envrc
Mitchell Hashimoto e8c63c795e
initial import
2023-01-02 14:48:21 -08:00

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