1
0
Fork 0
mirror of https://github.com/mitchellh/zig-overlay.git synced 2025-05-08 18:46:02 +03:00
zig-overlay/.envrc
Mitchell Hashimoto 03177b00df
Add a shell.nix
2023-01-17 09:37:23 -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