aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-03-09 20:19:39 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-03-09 20:19:39 -0500
commit90fe39c3012a3949f1fb0ea35d4bcf07bf741d63 (patch)
treefbac723b6835074d1ae4a13f369354d1056515c7 /shell.nix
parentrb file headers change, org-mode tangle whitespace issue (diff)
nix ruby 3.1 (use)
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 5c0baa18..704a2da1 100755
--- a/shell.nix
+++ b/shell.nix
@@ -3,10 +3,10 @@
pkgs.mkShell {
buildInputs = [(
with pkgs; [
- ruby_3_0
- rubyPackages_3_0.rake
- rubyPackages_3_0.sqlite3
- rubyPackages_3_0.thor
+ ruby_3_1
+ rubyPackages_3_1.rake
+ rubyPackages_3_1.sqlite3
+ rubyPackages_3_1.thor
sqlite
unzip
xz