diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:26:06 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:26:06 -0400 | 
| commit | 39e7b730e12928cffd5996e6eda138fe5ae2cbf0 (patch) | |
| tree | e0ecd7702ea3a00cf2bee7fbb478d94930296452 /nix/pkglst/packages_ruby_3_0.nix | |
| parent | nix: update things nix (diff) | |
nix: adjust, packages in shell.nix
Diffstat (limited to 'nix/pkglst/packages_ruby_3_0.nix')
| -rw-r--r-- | nix/pkglst/packages_ruby_3_0.nix | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/nix/pkglst/packages_ruby_3_0.nix b/nix/pkglst/packages_ruby_3_0.nix index e943f7fe..66c9e0ba 100644 --- a/nix/pkglst/packages_ruby_3_0.nix +++ b/nix/pkglst/packages_ruby_3_0.nix @@ -1,6 +1,5 @@  { pkgs ? import <nixpkgs> {} }:  with pkgs; [ -    ruby_3_0    rubyPackages_3_0.rake    rubyPackages_3_0.sqlite3 @@ -11,4 +10,8 @@ with pkgs; [    zip    openssl    #texlive-combined-full +  nixFlakes +  validatePkgConfig +  jq +  git  ] | 
