Files
kilocode/.envrc
T
2026-07-22 13:31:23 +02: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