summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/development/languages/default.nix
blob: 0c44889e98c99b5dc822056a8074f78b137509a2 (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
26
27
{
  imports = [
    # ./jvm
    # ./ada.nix
    ./agnostic.nix
    # ./assembly.nix
    # ./cobol.nix
    ./crystal.nix
    # ./dotnet.nix
    ./gleam.nix
    ./go.nix
    # ./hare.nix
    ./haskell.nix
    ./javascript.nix
    ./lisp.nix
    # ./nim.nix
    ./ocaml.nix
    ./protobuf.nix
    ./python.nix
    ./rust.nix
    # ./shell.nix
    ./tex.nix
    # ./vlang.nix
    ./yaml.nix
    ./zig.nix
  ];
}