M .envrc →
.envrc layout go
-use flake
+
+if type -P lorri &>/dev/null; then
+ eval "$(lorri direnv --flake .)"
+else
+ echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
+ use flake
+fi
watch_file .env
dotenv