all repos — homestead @ 02344e6cb41515516464de403e2eae1caac81e5c

Code for my website

switch from templ to gomponent

Alan Pearce
commit

02344e6cb41515516464de403e2eae1caac81e5c

parent

4034ac2a849b499364d82b902896ca899d946c3a

1 file changed, 0 insertions(+), 4 deletions(-)

changed files
M cmd/build/default.nixcmd/build/default.nix
@@ -10,7 +10,6 @@ ];
} ) , buildGoApplication ? pkgs.buildGoApplication -, templ ? pkgs.templ , makeWrapper ? pkgs.makeWrapper }:
@@ -20,9 +19,6 @@ version = "0.1";
pwd = ../..; src = ../..; modules = ../../gomod2nix.toml; - patchPhase = '' - ${templ}/bin/templ generate - ''; subPackages = [ "cmd/build" ]; nativeBuildInputs = [ makeWrapper ];