add envrc

This commit is contained in:
Vikingnope 2025-12-11 13:05:18 +01:00
parent 86c5af8045
commit 8ae4800d33
2 changed files with 4 additions and 0 deletions

3
.envrc Normal file
View File

@ -0,0 +1,3 @@
if command -v nix &> /dev/null; then
use flake
fi

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
# Leave this in here for older zig versions # Leave this in here for older zig versions
/zig-cache/ /zig-cache/
/.direnv/