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

        rust
        rust:cargo)))