summary refs log tree commit diff stats
path: root/.envrc
blob: fa82cfc455f85f4c7476220e3e3e8c8114a7f2f7 (plain)
1
2
3
4
5
6
7
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
FLAKE=$PWD