kitchen/.envrc

10 lines
243 B
Plaintext
Raw Permalink Normal View History

2024-10-08 19:26:17 -04:00
if has lorri; then
eval "$(lorri direnv)"
elif has nix; then
echo "Using flake fallback since lorri isn't installed"
use flake
else
# noop
echo "Unsupported direnv configuration. We need nix flake support and lorri installed"
fi