offline-web/.envrc
2025-03-29 10:49:18 -04:00

13 lines
205 B
Bash

#!/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