aboutsummaryrefslogtreecommitdiff
path: root/aux/guix/manifest.scm
blob: 050024b340d294e77082c07c3bc082391e57f262 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(specifications->manifest
 (map symbol->string
      '(bash
        coreutils
        findutils
        diffutils
        grep
        sed
        git
        make
        shellcheck
        gawk
        direnv
        git-crypt
        ;; terraform
        perl
        pandoc)))