aboutsummaryrefslogtreecommitdiff
path: root/guix/manifest.scm
blob: 471f7f4c318b1277edec2beefb6fbc56bdebea0f (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
        jq
        git
        make
        shellcheck
        direnv
        git-crypt
        terraform
        emacs
        perl
        pandoc)))