test: fix: test raise generic

This commit is contained in:
2025-03-20 18:47:44 +00:00
parent 715d4064f0
commit cb4382ca87
5 changed files with 60 additions and 36 deletions
+3
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