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