aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-11-02 13:54:28 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-11-02 13:54:28 -0400
commitc1c85bc114f1d21713394f78e095f71f9b146831 (patch)
treee1772e25533af09579f2834656d284f77e9a0c88 /shell.nix
parentnix, set versions: sisu-7.3.1; ruby-3.1 (diff)
fixes for >= ruby-3.2 (nix ruby set ruby-3.3)
Diffstat (limited to 'shell.nix')
-rwxr-xr-xshell.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell.nix b/shell.nix
index a22a36d4..ec794cda 100755
--- a/shell.nix
+++ b/shell.nix
@@ -4,10 +4,10 @@
with pkgs;
mkShell {
buildInputs = [
- ruby_3_1
- rubyPackages_3_1.rake
- rubyPackages_3_1.sqlite3
- rubyPackages_3_1.thor
+ ruby_3_3
+ rubyPackages_3_3.rake
+ rubyPackages_3_3.sqlite3
+ rubyPackages_3_3.thor
sqlite
graphicsmagick
unzip