aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-01-31 22:50:18 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2025-01-31 22:50:18 -0500
commitc894c36fe6cd0eba504d572854c89d07af31aaa2 (patch)
tree98def15d54092ee43e015315e762b1d9450be3ca /shell.nix
parentsisu nix package/config updates, ruby on nix current (diff)
nix minorHEADupstream
Diffstat (limited to 'shell.nix')
-rwxr-xr-xshell.nix14
1 files changed, 6 insertions, 8 deletions
diff --git a/shell.nix b/shell.nix
index cc1c84f..e2cc7b7 100755
--- a/shell.nix
+++ b/shell.nix
@@ -7,14 +7,10 @@ in pkgs.mkShell {
nix
bundler
bundix
- #ruby
- #rubyPackages.rake
- #rubyPackages.sqlite3
- #rubyPackages.thor
- ruby_3_4
- rubyPackages_3_4.rake
- rubyPackages_3_4.sqlite3
- rubyPackages_3_4.thor
+ ruby
+ rubyPackages.rake
+ rubyPackages.sqlite3
+ rubyPackages.thor
sqlite
graphicsmagick
unzip
@@ -22,4 +18,6 @@ in pkgs.mkShell {
zip
#texliveFull # texliveTeTeX
];
+ shellHook = ''
+ '';
}