From d6971f6d7a03142ea6e391d7c37532b3aa4792e7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 21 Feb 2023 12:55:28 -0800 Subject: feat(templates/go): add flake template for go projects --- templates/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/default.nix') 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; + }; } -- cgit v1.2.3