6 lines
92 B
Nix
6 lines
92 B
Nix
{ pkgs }: pkgs.mkShell {
|
|
buildInputs = with pkgs; [
|
|
ruby_3_2
|
|
postgresql_15
|
|
];
|
|
}
|