.envrc 120 B

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