aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
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 = ''
+ '';
}