about summary refs log tree commit diff
path: root/templates/default.nix
blob: 1307ad7a9b21d20f89197e4d68ce9c8846f111f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  rust = {
    description = "Simple rust package";
    path = ./rust;
  };

  go = {
    description = "go template";
    path = ./go;
  };
}