test: fix: test raise generic

This commit is contained in:
2025-03-20 18:47:44 +00:00
parent c91b52b448
commit 647155f859
5 changed files with 60 additions and 36 deletions

View File

@@ -86,6 +86,9 @@
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 {};
hmpl = pkgs.callPackage ./package/c/hmpl/default.nix {
libhectic = self.packages.${system}.libhectic;
};
};
devShells.${system} = let