about summary refs log tree commit diff
path: root/templates/default.nix
blob: adc239fa868a394dd2c6b6629caabb9ca3acbe57 (plain) (blame)
1
2
3
4
5
6
{
  go = {
    description = "go template";
    path = ./go;
  };
}