Files
continuwuity/.envrc
T
2026-04-08 20:14:36 +00:00

10 lines
142 B
Bash

#!/usr/bin/env bash
dotenv_if_exists
if command -v nix >/dev/null 2>&1; then
use flake ".#${DIRENV_DEVSHELL:-default}"
fi
PATH_add bin