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