summaryrefslogtreecommitdiff
path: root/home/ebisu/meta/development/languages/default.nix
blob: 05cfd95beed1543be2fe5472e20c1ac5a428c478 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
_: {
  imports = [
    ./agnostic
    # ./assembly
    ./cobol
    ./crystal
    # ./csharp
    ./gleam
    ./go
    # ./hare
    ./haskell
    ./javascript
    ./jvm
    ./nim
    ./other
    ./protobuf
    ./python
    ./rust
    # ./shell
    ./tex
    # ./vlang
    ./yaml
    ./zig
  ];
}