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