diff options
-rw-r--r-- | guix/manifest.scm | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/guix/manifest.scm b/guix/manifest.scm index b3bbcbe..5408675 100644 --- a/guix/manifest.scm +++ b/guix/manifest.scm @@ -1,5 +1,15 @@ (specifications->manifest - '("direnv" - "git-crypt" - "shellcheck" - "terraform")) + (map symbol->string + '(bash + coreutils + findutils + diffutils + grep + sed + jq + git + make + shellcheck + direnv + git-crypt + terraform))) |