aboutsummaryrefslogtreecommitdiffstats
path: root/.envrc
blob: c9c0b69054bfe127f102d8a0a1166a6b0cd6e0da (plain)
1
2
3
4
5
6
7
8
if type lorri &>/dev/null; then
    echo "direnv: using lorri"
    eval "$(lorri direnv)"
else
    # fall back to using direnv's builtin nix support
    # to prevent bootstrapping problems.
    use nix
fi