diff options
Diffstat (limited to 'nix/pkglst/packages_ruby_2_6.nix')
| -rw-r--r-- | nix/pkglst/packages_ruby_2_6.nix | 19 | 
1 files changed, 10 insertions, 9 deletions
diff --git a/nix/pkglst/packages_ruby_2_6.nix b/nix/pkglst/packages_ruby_2_6.nix index 1c623afc..1d888388 100644 --- a/nix/pkglst/packages_ruby_2_6.nix +++ b/nix/pkglst/packages_ruby_2_6.nix @@ -1,13 +1,14 @@  { pkgs ? import <nixpkgs> {} }:  with pkgs; [ -  ruby_2_7 -  rubyPackages_2_7.rake -  rubyPackages_2_7.sqlite3 -  rubyPackages_2_7.thor -    sqlite -    unzip -    xz -    zip -    #texlive-combined-full +  ruby_2_6 +  rubyPackages_2_6.rake +  rubyPackages_2_6.sqlite3 +  rubyPackages_2_6.thor +  sqlite +  unzip +  xz +  zip +  openssl +  #texlive-combined-full  ]  | 
