mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 17:02:48 +02:00
4 lines
66 B
Bash
4 lines
66 B
Bash
# use nix shell if nix is available
|
|
if has nix; then
|
|
use nix
|
|
fi
|