justfile: Don't hardcode zsh, use $SHELL

This commit is contained in:
SebastianStork 2025-09-05 20:35:38 +02:00
parent 8b82dd4e18
commit 2007dc8e0d

View file

@ -17,7 +17,7 @@ check:
nix flake check --no-build nix flake check --no-build
dev shell='default': dev shell='default':
nix develop .#{{ shell }} --command zsh nix develop .#{{ shell }} --command $SHELL
deploy +hosts: deploy +hosts:
deploy --skip-checks --targets $(echo {{ hosts }} | sed 's/[^ ]*/\.#&/g') deploy --skip-checks --targets $(echo {{ hosts }} | sed 's/[^ ]*/\.#&/g')