Files
Kilo-Org_kilo/.envrc
T
2026-02-02 18:32:22 -03:00

4 lines
119 B
Bash

# Check if nix command is available before trying to use flake
if command -v nix >/dev/null 2>&1; then
use flake
fi