Skip to content

Commit fafb14e

Browse files
samroseyvan-sraka
authored andcommitted
tests: try to get passing tests
1 parent 171a4ee commit fafb14e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/ext/tests/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ let
2929
inherit (postgresql) version psqlSchema;
3030
lib = pkg;
3131
withPackages = _: pkg;
32+
withJIT = pkg;
33+
withoutJIT = pkg;
34+
installedExtensions = [ (installedExtension majorVersion) ];
3235
};
3336
nativeBuildInputs = [ pkgs.makeWrapper ];
3437
pathsToLink = [

0 commit comments

Comments
 (0)