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