From 86c34508c28194d76b23a5690e1b5f7dcda71d51 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Thu, 30 Oct 2025 12:04:16 +0000 Subject: [PATCH] nix: add watch-spindle flake app Change-Id: kkrqwltmtvkprsvplywnnszptrpkqzun Signed-off-by: oppiliappan --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 20d6a60a..96f51954 100644 --- a/flake.nix +++ b/flake.nix @@ -208,6 +208,10 @@ type = "app"; program = ''${air-watcher "knot" "server"}/bin/run''; }; + watch-spindle = { + type = "app"; + program = ''${air-watcher "spindle" ""}/bin/run''; + }; watch-tailwind = { type = "app"; program = ''${tailwind-watcher}/bin/run''; -- 2.43.0