chore: prevent error in .envrc for non nix systems

This commit is contained in:
contributor 2025-12-23 20:18:58 +02:00
parent 4bd8eeb52a
commit ce84e7a861

4
.envrc
View File

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