2023-12-23 22:02:24 -08:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
2024-06-01 00:08:26 -04:00
|
|
|
dotenv_if_exists
|
|
|
|
|
|
2025-08-21 13:40:11 +02:00
|
|
|
if [ -f /etc/os-release ] && grep -q '^ID=nixos' /etc/os-release; then
|
|
|
|
|
use flake ".#${DIRENV_DEVSHELL:-default}"
|
|
|
|
|
fi
|
2024-01-25 23:39:59 -05:00
|
|
|
|
|
|
|
|
PATH_add bin
|