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:
|
vars:
|
||||||
TARGET: "{{.TARGET}}"
|
TARGET: "{{.TARGET}}"
|
||||||
|
|
||||||
home:build:*:
|
home:build:
|
||||||
internal: true
|
internal: true
|
||||||
cmds:
|
cmds:
|
||||||
- home-manager build --flake .#{{.TARGET}}
|
- home-manager build --flake .#{{.TARGET}}
|
||||||
requires:
|
requires:
|
||||||
vars: [TARGET]
|
vars: [TARGET]
|
||||||
|
|
||||||
home:switch:*:
|
home:switch:
|
||||||
internal: true
|
internal: true
|
||||||
cmds:
|
cmds:
|
||||||
- home-manager switch --flake .#{{.TARGET}}
|
- home-manager switch --flake .#{{.TARGET}}
|
Loading…
Add table
Add a link
Reference in a new issue