fix: postgres with postgis extension

This commit is contained in:
Alejandro Baez 2022-07-30 20:25:42 -05:00 committed by Mayel de Borniol
parent 944f08f91c
commit 7761655c61

View file

@ -148,8 +148,7 @@
pkgs.yarn
pkgs.cargo
pkgs.rustc
pkgs.postgis
pkgs.postgresql
(pkgs.postgresql_12.withPackages (p: [ p.postgis ]))
pkgs.meilisearch
] ++ optional pkgs.stdenv.isLinux
pkgs.libnotify # For ExUnit Notifier on Linux.