test(hmpl): render interpolation tags

This commit is contained in:
2025-03-22 14:56:03 +00:00
parent 72113fe866
commit 02f60509b1
12 changed files with 146 additions and 30 deletions
+2 -2
View File
@@ -85,9 +85,9 @@
pg-from = pkgs.callPackage ./package/postgres/pg-from/default.nix rust.commonArgs;
pg-schema = pkgs.callPackage ./package/postgres/pg-schema/default.nix rust.commonArgs;
pg-migration = pkgs.callPackage ./package/postgres/pg-migration/default.nix rust.commonArgs;
chectic = pkgs.callPackage ./package/c/chectic/default.nix {};
hectic = pkgs.callPackage ./package/c/hectic/default.nix {};
hmpl = pkgs.callPackage ./package/c/hmpl/default.nix {
chectic = self.packages.${system}.chectic;
hectic = self.packages.${system}.hectic;
};
};