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')