solutions/.envrc

8 lines
144 B
Plaintext
Raw Normal View History

# If lorri exists, better try it first.
if has lorri; then
eval "$(lorri direnv)"
else
# Otherwise fall back to pure nix
use nix
fi