forked from tangled.org/core
Monorepo for Tangled

nix: add watch-spindle flake app

Signed-off-by: oppiliappan <me@oppi.li>

authored by oppi.li and committed by Tangled cf42c179 14ecde7d

Changed files
+4
+4
flake.nix
··· 208 208 type = "app"; 209 209 program = ''${air-watcher "knot" "server"}/bin/run''; 210 210 }; 211 + watch-spindle = { 212 + type = "app"; 213 + program = ''${air-watcher "spindle" ""}/bin/run''; 214 + }; 211 215 watch-tailwind = { 212 216 type = "app"; 213 217 program = ''${tailwind-watcher}/bin/run'';