fix: devshell on darwin

Co-authored-by: thetayloredman <nutdriver716@gmail.com>
This commit is contained in:
Henry-Hiles
2026-04-08 10:35:22 -04:00
committed by Ellis Git
parent 09bfe79a44
commit a818f51396
3 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
dotenv_if_exists
if [ -f /etc/os-release ] && grep -q '^ID=nixos' /etc/os-release; then
if command -v nix >/dev/null 2>&1; then
use flake ".#${DIRENV_DEVSHELL:-default}"
fi