strojnadzor/.envrc
2020-01-25 16:50:31 +01:00

7 lines
171 B
Bash

if type lorri &>/dev/null; then
# https://github.com/target/lorri
eval "$(lorri direnv)"
else
# fall back to using direnv's builtin nix support
use nix
fi