feat(hmpl): render simple placeholder with memory leak of course

This commit is contained in:
2025-03-21 04:00:23 +00:00
parent 9438280750
commit c4d14e5aa2
8 changed files with 125 additions and 37 deletions

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;
libhectic = pkgs.callPackage ./package/c/libhectic/default.nix {};
chectic = pkgs.callPackage ./package/c/chectic/default.nix {};
hmpl = pkgs.callPackage ./package/c/hmpl/default.nix {
libhectic = self.packages.${system}.libhectic;
chectic = self.packages.${system}.chectic;
};
};