zig-objc/.envrc

6 lines
153 B
Text
Raw Permalink Normal View History

2023-01-02 23:48:21 +01:00
# 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