From 2007dc8e0d263c130c18fe91d88fc32d40c59fac Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 5 Sep 2025 20:35:38 +0200 Subject: [PATCH] justfile: Don't hardcode zsh, use `$SHELL` --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 0b054ec..2a4ef3b 100644 --- a/justfile +++ b/justfile @@ -17,7 +17,7 @@ check: nix flake check --no-build dev shell='default': - nix develop .#{{ shell }} --command zsh + nix develop .#{{ shell }} --command $SHELL deploy +hosts: deploy --skip-checks --targets $(echo {{ hosts }} | sed 's/[^ ]*/\.#&/g')