From d09abac1d3643613a080c8b8e4f03f3583006daf Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Thu, 28 Dec 2023 22:03:15 -0500 Subject: [PATCH] CI: trigger workflow by adding node and git to manifest.scm --- manifest.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.scm b/manifest.scm index d9080a5..0d473db 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,8 +1,10 @@ (specifications->manifest - (list "guix" + (list "bash" "coreutils" - "bash" - "nss-certs" - "grep" "gawk" + "git" + "grep" + "guix" + "node" + "nss-certs" "sed"))