about summary refs log tree commit diff
path: root/templates/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-02-21 12:55:28 -0800
committerFranck Cuny <franck@fcuny.net>2023-02-21 12:59:13 -0800
commitd6971f6d7a03142ea6e391d7c37532b3aa4792e7 (patch)
treef60d9d3fcdd37075bc81b9a1116afa7ce74d286d /templates/default.nix
parentfeat(home/fish): move fish's code to external files (diff)
downloadworld-d6971f6d7a03142ea6e391d7c37532b3aa4792e7.tar.gz
feat(templates/go): add flake template for go projects
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;
+  };
 }