devshell/shells/ruby.nix
2024-03-10 10:56:14 +05:30

7 lines
124 B
Nix

{ pkgs }: pkgs.mkShell {
buildInputs = with pkgs; [
ruby_3_2
postgresql_15
rubyPackages_3_2.rspec-core
];
}