mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
justfile: Don't hardcode zsh, use $SHELL
This commit is contained in:
parent
8b82dd4e18
commit
2007dc8e0d
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue