summaryrefslogtreecommitdiff
path: root/common/templates/default.nix
blob: ce06868de19dd0f5f34ba02386623073ceb562c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
inputs: {
  c = {
    path = ./clang;
  };
  rust = {
    path = ./rust;
  };
  zig = {
    path = ./zig;
  };
  go = {
    path = ./go;
  };
  python = {
    path = ./python;
  };
}