about summary refs log tree commit diff
path: root/tvix/.envrc
blob: ea1ec94e436ccc5af0368752e680d49d1258b1b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
source_env ../.envrc

if type lorri &>/dev/null; then
    echo "direnv: using lorri from PATH ($(type -p lorri))"
    eval "$(lorri direnv)"
else
    # fall back to using direnv's builtin nix support
    # to prevent bootstrapping problems.
    use nix
fi