Signed-off-by: oppiliappan me@oppi.li
+4
Diff
round #0
+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'';
History
1 round
0 comments
oppi.li
submitted
#0
1 commit
expand
collapse
nix: add watch-spindle flake app
Signed-off-by: oppiliappan <me@oppi.li>
3/3 success
expand
collapse
expand 0 comments
pull request successfully merged