Skip to content

Commit

Permalink
build: improve task names
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 17, 2023
1 parent 0f970bc commit c06e7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ tasks:
tmux:
cmds:
- tmux source ~/.config/tmux/tmux.conf
apply_nixos:
nixos:
cmds:
- sudo nixos-rebuild switch -I nixos-config=./machines/{{ .HOSTNAME }}.nix
apply_darwin:
darwin:
status:
- "test $(uname -s) -ne Darwin"
cmds:
Expand Down

0 comments on commit c06e7a4

Please sign in to comment.