summaryrefslogtreecommitdiff
path: root/common/templates/default.nix
blob: 465d5ea43b171b375e30deb4c1d5716beb5388c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
inputs: {
  c = {
    path = ./clang;
    description = "Rust template";
  };
  rust = {
    path = ./rust;
    description = "Rust template";
  };
  zig = {
    path = ./zig;
    description = "Rust template";
  };
  go = {
    path = ./go;
    description = "Rust template";
  };
  python = {
    path = ./python;
    description = "Rust template";
  };
}