Heracles/.envrc

8 lines
100 B
Bash

#!/usr/bin/env bash
if has lorri; then
eval "$(lorri direnv)"
elif has nix; then
use flake
fi