diff options
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  ] | 
