Monorepo for Tangled tangled.org

nix: add watch-spindle flake app

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

oppi.li 86c34508 69607337

verified
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'';