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