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_2_6.nix | |
parent | nix: update things nix (diff) |
nix: adjust, packages in shell.nix
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 ] |