mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-06-06 12:01:36 +00:00
a818f51396
Co-authored-by: thetayloredman <nutdriver716@gmail.com>
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
|