about summary refs log tree commit diff stats
path: root/.envrc
blob: 0f724e6b94e364db1f7df36bfe73234f04648098 (plain)
1
2
3
4
5
6
if type -P lorri &>/dev/null; then
  eval "$(lorri direnv)"
else
  echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
  use flake
fi