aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-01-29 13:17:56 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2025-01-29 13:18:03 -0500
commit8423b6155fa943204e7b9ff9cb92cc5e6d9f7381 (patch)
treed0c4b658c90d25759f00ef3fafa847cbaf4bab5d /shell.nix
parentorg, nix config related (diff)
nix package/config updates, ruby on nix current
- current is at ruby 3.3.6 - next is at ruby 3.4.1
Diffstat (limited to 'shell.nix')
-rwxr-xr-xshell.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell.nix b/shell.nix
index ec794cda..e592f5ea 100755
--- a/shell.nix
+++ b/shell.nix
@@ -4,17 +4,17 @@
with pkgs;
mkShell {
buildInputs = [
- ruby_3_3
- rubyPackages_3_3.rake
- rubyPackages_3_3.sqlite3
- rubyPackages_3_3.thor
+ ruby
+ rubyPackages.rake
+ rubyPackages.sqlite3
+ rubyPackages.thor
sqlite
graphicsmagick
unzip
xz
zip
openssl
- #texlive-combined-full
+ #texliveFull # texliveTeTeX
nixFlakes
validatePkgConfig
nix-output-monitor