feat: rename Taskfile
This commit is contained in:
parent
7ef10b87e3
commit
a8ce26fa90
1 changed files with 2 additions and 2 deletions
|
@ -79,14 +79,14 @@ tasks:
|
|||
vars:
|
||||
TARGET: "{{.TARGET}}"
|
||||
|
||||
home:build:*:
|
||||
home:build:
|
||||
internal: true
|
||||
cmds:
|
||||
- home-manager build --flake .#{{.TARGET}}
|
||||
requires:
|
||||
vars: [TARGET]
|
||||
|
||||
home:switch:*:
|
||||
home:switch:
|
||||
internal: true
|
||||
cmds:
|
||||
- home-manager switch --flake .#{{.TARGET}}
|
Loading…
Add table
Add a link
Reference in a new issue