add postgresql to ruby

This commit is contained in:
Adithya 2024-03-10 10:20:11 +05:30
parent 29d1d225a7
commit 34fdbf818e
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,5 +1,6 @@
{ pkgs }: pkgs.mkShell {
buildInputs = with pkgs; [
ruby_3_2
postgresql_15
];
}