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"))