offline-web/.envrc

13 lines
205 B
Plaintext
Raw Permalink Normal View History

2025-03-28 17:46:09 -04:00
#!/usr/bin/env bash
if has lorri; then
echo Using lorri
eval "$(lorri direnv)"
elif has nix; then
echo Using flake fallback
use flake
else
# noop
echo unsupported direnv configuration
fi