feat: fix nix update command

This commit is contained in:
2025-04-16 01:19:56 -04:00
parent a9506ab67b
commit 481758e33b
3 changed files with 12 additions and 1 deletions

View File

@ -24,6 +24,13 @@ apps:
onstart: go build -o ./tmp/app -tags dev && ./tmp/app
onchange: go build -o ./tmp/app -tags dev && ./tmp/app
nix:
color: "#74c7ec"
exts:
- nix
onstart: nix fmt
onchange: nix fmt
prettier:
color: "#fab387"
dir: client