Add helper script to autobuild

This commit is contained in:
TakeV 2024-05-25 04:00:46 -04:00
parent 45faedac74
commit 27a2b64438
Signed by: TakeV
GPG key ID: A64F41345C7400AF
2 changed files with 12 additions and 2 deletions

View file

@ -2,6 +2,13 @@
(gnu packages base)
(gnu packages compression)
(gnu packages guile)
(gnu packages guile-xyz))
(gnu packages guile-xyz)
(gnu packages rust-apps))
(packages->manifest (list guile-colorized guile-readline guile-next guile-hoot gnu-make zip))
(packages->manifest (list guile-colorized
guile-readline
guile-next
guile-hoot
gnu-make
watchexec
zip))

3
watch-build Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
watchexec -w . make