shells/silverfin: PG 14
All checks were successful
Cachix / build (elendel) (push) Successful in 1m27s
Cachix / build (kholinar) (push) Successful in 2m0s
Cachix / build (marabethia) (push) Successful in 1m26s

This commit is contained in:
Charlotte Van Petegem 2025-01-21 13:32:01 +01:00
parent fcf9b7a505
commit cb795a400a
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ pkgs.devshell.mkShell {
packages = with pkgs; [ packages = with pkgs; [
cmake cmake
nodejs_18 nodejs_18
(pkgs.lowPrio postgresql) (pkgs.lowPrio postgresql_14)
shared-mime-info shared-mime-info
yarn yarn
]; ];
@ -55,7 +55,7 @@ pkgs.devshell.mkShell {
}; };
}); });
nativeDeps = with pkgs; [ nativeDeps = with pkgs; [
postgresql postgresql_14
libffi libffi
zlib zlib
]; ];

View file

@ -51,7 +51,7 @@ pkgs.devshell.mkShell {
mupdf-headless mupdf-headless
nodejs_18 nodejs_18
poppler_utils poppler_utils
(pkgs.lowPrio postgresql) (pkgs.lowPrio postgresql_14)
stern stern
xsv xsv
yarn yarn
@ -87,7 +87,7 @@ pkgs.devshell.mkShell {
icu icu
imagemagick6 imagemagick6
openssl openssl
postgresql postgresql_14
libffi libffi
libyaml libyaml
zlib zlib