all repos — website @ a2feb8c63c80a1f52830f562af2deb2c6065eaae

My website

move templ templates into separate package

Alan Pearce
commit

a2feb8c63c80a1f52830f562af2deb2c6065eaae

parent

8623948592fa14958d340b006653fc57861c4fc4

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;