Files
continuwuity/.envrc
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
142 B
Bash
Raw Normal View History

2023-12-23 22:02:24 -08:00
#!/usr/bin/env bash
dotenv_if_exists
2026-04-08 10:35:22 -04:00
if command -v nix >/dev/null 2>&1; then
use flake ".#${DIRENV_DEVSHELL:-default}"
fi
PATH_add bin