aboutsummaryrefslogtreecommitdiffstats
path: root/.envrc
blob: f4c5cf4e5a945598e81b73a977be388efdedcd0b (plain)
1
2
3
4
5
6
7
8
command -v lorri >/dev/null 2>&1
lorri_available=$?

if [[ $lorri_available -eq 0 ]]; then
  eval "$(lorri direnv)"
else
  use nix
fi