From a1dfc548198a1326e71f1dd70303a5d3441f7a39 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 21 Jun 2024 13:02:08 +0200 Subject: refactor: switch to templ for HTML templates --- nix/package.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/package.nix') diff --git a/nix/package.nix b/nix/package.nix index bb5a255..068e5e1 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -37,6 +37,7 @@ buildGoApplication { patchPhase = '' rm -f frontend/static/base.css cp ${css} frontend/static/base.css + ${pkgs.templ}/bin/templ generate ''; tags = [ "embed" ]; ldflags = [ -- cgit 1.4.1