Skip to content

Commit c2aa873

Browse files
committed
fix: test needs missint attributes
1 parent 07fb5e2 commit c2aa873

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nix/ext/tests/pg_net.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ let
1818
(installedExtension majorVersion)
1919
];
2020
passthru = {
21-
inherit (postgresql) version psqlSchema;
21+
inherit (postgresql)
22+
version
23+
psqlSchema
24+
withJIT
25+
withoutJIT
26+
;
2227
lib = pkg;
2328
withPackages = _: pkg;
2429
};

0 commit comments

Comments
 (0)