chore(envrc): check if nix command is available

This commit is contained in:
Benexl
2025-08-18 00:31:05 +03:00
parent b689760a25
commit 43be7a52cf

4
.envrc
View File

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