forked from continuwuation/continuwuity
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
|