diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-01 14:07:06 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-01 14:07:06 -0400 |
commit | afac6146fec3cb1d397ee5c65c234560faf2c345 (patch) | |
tree | 7fb251b903e4f54359efae2ea3859a571a0a63e8 /shell.nix | |
parent | version & changelog, open commit window (diff) |
nix, set versions: sisu-7.3.1; ruby-3.1
Diffstat (limited to 'shell.nix')
-rwxr-xr-x | shell.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,10 +4,10 @@ with pkgs; mkShell { buildInputs = [ - ruby_3_3 - rubyPackages_3_3.rake - rubyPackages_3_3.sqlite3 - rubyPackages_3_3.thor + ruby_3_1 + rubyPackages_3_1.rake + rubyPackages_3_1.sqlite3 + rubyPackages_3_1.thor sqlite graphicsmagick unzip |