summaryrefslogtreecommitdiff
path: root/meta/tools/languages/default.nix
blob: 30f78941f6a5ee4e4c1bbda5f57d9e30cc15d213 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
_: {
  imports = [
    ./agnostic
    # ./assembly
    ./cobol
    ./gleam
    ./go
    ./hare
    ./javascript
    # ./jvm
    # ./protobuf
    ./python
    ./rust
    ./shell
    # ./vlang
    ./yaml
    ./zig
  ];
}