From e3656f968cdae832dc16ee388779463387c82259 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 2 Jan 2024 18:27:25 -0700 Subject: [PATCH] template: tie in go-fyne template --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 2710582..4d1cf12 100644 --- a/flake.nix +++ b/flake.nix @@ -364,6 +364,10 @@ path = ./templates/go; description = "Go template."; }; + "go-fyne" = { + path = ./templates/go-fyne; + description = "Go template."; + }; "perl" = { path = ./templates/perl; description = "Perl template.";