move templ templates into separate package
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M default.nix → default.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;