diff options
Diffstat (limited to 'nix/pkglst/packages_ruby_2_6.nix')
| -rw-r--r-- | nix/pkglst/packages_ruby_2_6.nix | 17 | 
1 files changed, 17 insertions, 0 deletions
diff --git a/nix/pkglst/packages_ruby_2_6.nix b/nix/pkglst/packages_ruby_2_6.nix new file mode 100644 index 00000000..f8f27323 --- /dev/null +++ b/nix/pkglst/packages_ruby_2_6.nix @@ -0,0 +1,17 @@ +{ pkgs ? import <nixpkgs> {} }: +with pkgs; [ +  ruby_2_6 +  rubyPackages_2_6.rake +  rubyPackages_2_6.sqlite3 +  rubyPackages_2_6.thor +  sqlite +  unzip +  xz +  zip +  openssl +  #texlive-combined-full +  nixFlakes +  validatePkgConfig +  jq +  git +]  | 
