1
0
Fork 0

postgres: use new extensions option

This commit is contained in:
Daniel Kempkens 2024-12-23 18:34:16 +01:00
parent ddf7a14a1c
commit 612a1bae69
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -6,7 +6,7 @@
package = pkgs.postgresql_16_jit;
enableJIT = true;
extraPlugins = ps: with ps; [
extensions = ps: with ps; [
pgroonga
];