shells/silverfin: PG 14
This commit is contained in:
parent
fcf9b7a505
commit
cb795a400a
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ pkgs.devshell.mkShell {
|
|||
packages = with pkgs; [
|
||||
cmake
|
||||
nodejs_18
|
||||
(pkgs.lowPrio postgresql)
|
||||
(pkgs.lowPrio postgresql_14)
|
||||
shared-mime-info
|
||||
yarn
|
||||
];
|
||||
|
@ -55,7 +55,7 @@ pkgs.devshell.mkShell {
|
|||
};
|
||||
});
|
||||
nativeDeps = with pkgs; [
|
||||
postgresql
|
||||
postgresql_14
|
||||
libffi
|
||||
zlib
|
||||
];
|
||||
|
|
|
@ -51,7 +51,7 @@ pkgs.devshell.mkShell {
|
|||
mupdf-headless
|
||||
nodejs_18
|
||||
poppler_utils
|
||||
(pkgs.lowPrio postgresql)
|
||||
(pkgs.lowPrio postgresql_14)
|
||||
stern
|
||||
xsv
|
||||
yarn
|
||||
|
@ -87,7 +87,7 @@ pkgs.devshell.mkShell {
|
|||
icu
|
||||
imagemagick6
|
||||
openssl
|
||||
postgresql
|
||||
postgresql_14
|
||||
libffi
|
||||
libyaml
|
||||
zlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue