From 34fdbf818e58d8d9bbf4ec74e46588831629c2cb Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 10 Mar 2024 10:20:11 +0530 Subject: [PATCH] add postgresql to ruby --- shells/ruby.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/ruby.nix b/shells/ruby.nix index b3941ab..8a98ab6 100644 --- a/shells/ruby.nix +++ b/shells/ruby.nix @@ -1,5 +1,6 @@ { pkgs }: pkgs.mkShell { buildInputs = with pkgs; [ ruby_3_2 + postgresql_15 ]; }