mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 01:03:04 +02:00
9 lines
173 B
Bash
9 lines
173 B
Bash
#!/usr/bin/env bash
|
|
|
|
dotenv_if_exists
|
|
|
|
if [ -f /etc/os-release ] && grep -q '^ID=nixos' /etc/os-release; then
|
|
use flake ".#${DIRENV_DEVSHELL:-default}"
|
|
fi
|
|
|
|
PATH_add bin
|