aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-01-29 15:17:17 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2025-01-29 15:17:28 -0500
commita31b6c8270e141f09f56d52e5f11c80880573d25 (patch)
tree3deccb2f7a214b46b7225d39af6a079fef5671fb /shell.nix
parentnix flake check (diff)
sisu nix package/config updates, ruby on nix current
- current is at ruby 3.3.6 - next is at ruby 3.4.1 - much tidying required - markup unaffected
Diffstat (limited to 'shell.nix')
-rwxr-xr-xshell.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/shell.nix b/shell.nix
index ad4bd50..cc1c84f 100755
--- a/shell.nix
+++ b/shell.nix
@@ -11,14 +11,15 @@ in pkgs.mkShell {
#rubyPackages.rake
#rubyPackages.sqlite3
#rubyPackages.thor
- ruby_3_1
- rubyPackages_3_1.rake
- rubyPackages_3_1.sqlite3
- rubyPackages_3_1.thor
+ ruby_3_4
+ rubyPackages_3_4.rake
+ rubyPackages_3_4.sqlite3
+ rubyPackages_3_4.thor
sqlite
+ graphicsmagick
unzip
xz
zip
- #texlive-combined-full
+ #texliveFull # texliveTeTeX
];
}