about summary refs log tree commit diff stats
path: root/.envrc
blob: 8075d5b03f15a6674312409ae37fee1e1bb99568 (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