aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-11-01 14:07:06 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-11-01 14:07:06 -0400
commitafac6146fec3cb1d397ee5c65c234560faf2c345 (patch)
tree7fb251b903e4f54359efae2ea3859a571a0a63e8 /shell.nix
parentversion & changelog, open commit window (diff)
nix, set versions: sisu-7.3.1; ruby-3.1HEADupstream
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 ec794cda..a22a36d4 100755
--- a/shell.nix
+++ b/shell.nix
@@ -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