diff options
Diffstat (limited to 'nix/pkglst/packages_ruby_2_6.nix')
| -rw-r--r-- | nix/pkglst/packages_ruby_2_6.nix | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/nix/pkglst/packages_ruby_2_6.nix b/nix/pkglst/packages_ruby_2_6.nix index 1d888388..f8f27323 100644 --- a/nix/pkglst/packages_ruby_2_6.nix +++ b/nix/pkglst/packages_ruby_2_6.nix @@ -1,6 +1,5 @@  { pkgs ? import <nixpkgs> {} }:  with pkgs; [ -    ruby_2_6    rubyPackages_2_6.rake    rubyPackages_2_6.sqlite3 @@ -11,4 +10,8 @@ with pkgs; [    zip    openssl    #texlive-combined-full +  nixFlakes +  validatePkgConfig +  jq +  git  ] | 
