aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/pkglst/packages_ruby_2_6.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-06-18 10:26:06 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-06-18 10:26:06 -0400
commit39e7b730e12928cffd5996e6eda138fe5ae2cbf0 (patch)
treee0ecd7702ea3a00cf2bee7fbb478d94930296452 /nix/pkglst/packages_ruby_2_6.nix
parentnix: 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.nix5
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
]