about summary refs log tree commit diff
path: root/templates/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/default.nix b/templates/default.nix
index 38c4877..1307ad7 100644
--- a/templates/default.nix
+++ b/templates/default.nix
@@ -3,4 +3,9 @@
     description = "Simple rust package";
     path = ./rust;
   };
+
+  go = {
+    description = "go template";
+    path = ./go;
+  };
 }