about summary refs log tree commit diff stats
path: root/nix/package.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-18 22:40:46 +0100
committerAlan Pearce2025-03-19 17:33:58 +0100
commit896d844cac976afd0ee8aa73dd2fb28e15e7ac79 (patch)
treecc8d288d0039cb3d2084f43cafe8d4e0aea50e8b /nix/package.nix
parent1183108baa44fde88944e9207fb7763668c2b448 (diff)
downloadsearchix-896d844cac976afd0ee8aa73dd2fb28e15e7ac79.tar.lz
searchix-896d844cac976afd0ee8aa73dd2fb28e15e7ac79.tar.zst
searchix-896d844cac976afd0ee8aa73dd2fb28e15e7ac79.zip
feat: Convert templ components to gomponents
Diffstat (limited to 'nix/package.nix')
-rw-r--r--nix/package.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/package.nix b/nix/package.nix
index 081ddab..9bef057 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -37,7 +37,6 @@ buildGoApplication {
   patchPhase = ''
     rm -f frontend/static/base.css
     cp ${css} frontend/static/base.css
-    ${pkgs.templ}/bin/templ generate
   '';
   tags = [ "embed" ];
   ldflags = [