mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-05-09 02:56:03 +03:00
template for zig compiler dev
This commit is contained in:
parent
157234d3d8
commit
66817dde5b
5 changed files with 118 additions and 0 deletions
4
templates/compiler-dev/.envrc
Normal file
4
templates/compiler-dev/.envrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# use nix shell if nix is available
|
||||
if has nix; then
|
||||
use nix
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue