add postgresql to ruby
This commit is contained in:
parent
29d1d225a7
commit
34fdbf818e
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
{ pkgs }: pkgs.mkShell {
|
{ pkgs }: pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
ruby_3_2
|
ruby_3_2
|
||||||
|
postgresql_15
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue