mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-04-25 22:02:13 +00:00
10 lines
142 B
Bash
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
|