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