Signed-off-by: oppiliappan me@oppi.li
+4
flake.nix
+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'';