mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-05-09 11:06:02 +03:00
add "init" template for an empty dev env
This commit is contained in:
parent
5ef08a767b
commit
16cb5d1851
4 changed files with 68 additions and 0 deletions
5
templates/init/.envrc
Normal file
5
templates/init/.envrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue