diff --git a/manifest.scm b/manifest.scm index 6d2a43c..8ad3ccf 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,11 +1,12 @@ (specifications->manifest - (list "bash" - "coreutils" - "gawk" - "git" - "grep" - "guix" - "node" - "nss-certs" - "openssh" - "sed")) + (list + "bash" + "coreutils" + "gawk" + "git" + "grep" + "guix" + "node" + "nss-certs" + "openssh" + "sed"))