all repos — homestead @ 7c9ce0ed7f5058db65a13c036857cd7c32a5464b

Code for my website

move templ templates into separate package

Alan Pearce
commit

7c9ce0ed7f5058db65a13c036857cd7c32a5464b

parent

415059cadd06ea235091cc4e78f585d52fea9f04

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

changed files
M default.nixdefault.nix
@@ -72,6 +72,7 @@ ./go.mod
./go.sum ./cmd/build ./internal + ./templates ]; }; modules = ./nix/gomod2nix.toml;
@@ -92,6 +93,7 @@ ./templates
]; }; } '' + cd $src ${builder}/bin/build -s $src -d $out cp $src/config.toml $out/ '';
@@ -106,6 +108,7 @@ ./go.mod
./go.sum ./cmd/server ./internal + ./templates ]; }; modules = ./nix/gomod2nix.toml;