Heracles/.envrc

8 lines
100 B
Plaintext
Raw Normal View History

2025-07-21 20:17:45 -04:00
#!/usr/bin/env bash
if has lorri; then
eval "$(lorri direnv)"
elif has nix; then
use flake
fi