Commit 45b0d81
committed
fix: nixos test for pg_net
We are still using the nixos module to install postgresql with the
pg_net extension. That module requires the package to define the
`withJIT` and `withoutJIT` attributes.
The previous implementation did not return the correct package for those
attributes, which caused the test to fail.1 parent 23a13d6 commit 45b0d81
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments