feat: envrc flake support

This commit is contained in:
Catriel Müller
2026-02-02 18:32:22 -03:00
parent e3f8cc91c4
commit 6e66979f9e
2 changed files with 24 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
# Check if nix command is available before trying to use flake
if command -v nix >/dev/null 2>&1; then
use flake
fi