diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-31 22:50:18 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-31 22:50:18 -0500 |
commit | c894c36fe6cd0eba504d572854c89d07af31aaa2 (patch) | |
tree | 98def15d54092ee43e015315e762b1d9450be3ca /shell.nix | |
parent | sisu nix package/config updates, ruby on nix current (diff) |
Diffstat (limited to 'shell.nix')
-rwxr-xr-x | shell.nix | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -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 = '' + ''; } |