CI: trigger workflow by adding node and git to manifest.scm

This commit is contained in:
Collin J. Doering 2023-12-28 22:03:15 -05:00
parent 5764deb836
commit d09abac1d3
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,10 @@
(specifications->manifest
(list "guix"
(list "bash"
"coreutils"
"bash"
"nss-certs"
"grep"
"gawk"
"git"
"grep"
"guix"
"node"
"nss-certs"
"sed"))