From 39e7b730e12928cffd5996e6eda138fe5ae2cbf0 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph.amissah@gmail.com>
Date: Fri, 18 Jun 2021 10:26:06 -0400
Subject: nix: adjust, packages in shell.nix

---
 nix/pkglst/packages_ruby_2_6.nix | 5 ++++-
 nix/pkglst/packages_ruby_3_0.nix | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

(limited to 'nix/pkglst')

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
 ]
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
 ]
-- 
cgit v1.2.3