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

        rust
        rust:cargo)))