From fc00c1e76f2dc077486da90908c9cd0a0ca78b0e Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph.amissah@gmail.com>
Date: Fri, 18 Jun 2021 10:23:42 -0400
Subject: nix: update things nix

---
 nix/pkglst/packages.nix          | 13 -------------
 nix/pkglst/packages_ruby_2_6.nix | 19 ++++++++++---------
 nix/pkglst/packages_ruby_2_7.nix | 13 -------------
 nix/pkglst/packages_ruby_3_0.nix | 11 ++++++-----
 4 files changed, 16 insertions(+), 40 deletions(-)
 delete mode 100644 nix/pkglst/packages.nix
 delete mode 100644 nix/pkglst/packages_ruby_2_7.nix

(limited to 'nix')

diff --git a/nix/pkglst/packages.nix b/nix/pkglst/packages.nix
deleted file mode 100644
index 1c623afc..00000000
--- a/nix/pkglst/packages.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ pkgs ? import <nixpkgs> {} }:
-with pkgs; [
-
-  ruby_2_7
-  rubyPackages_2_7.rake
-  rubyPackages_2_7.sqlite3
-  rubyPackages_2_7.thor
-    sqlite
-    unzip
-    xz
-    zip
-    #texlive-combined-full
-]
diff --git a/nix/pkglst/packages_ruby_2_6.nix b/nix/pkglst/packages_ruby_2_6.nix
index 1c623afc..1d888388 100644
--- a/nix/pkglst/packages_ruby_2_6.nix
+++ b/nix/pkglst/packages_ruby_2_6.nix
@@ -1,13 +1,14 @@
 { pkgs ? import <nixpkgs> {} }:
 with pkgs; [
 
-  ruby_2_7
-  rubyPackages_2_7.rake
-  rubyPackages_2_7.sqlite3
-  rubyPackages_2_7.thor
-    sqlite
-    unzip
-    xz
-    zip
-    #texlive-combined-full
+  ruby_2_6
+  rubyPackages_2_6.rake
+  rubyPackages_2_6.sqlite3
+  rubyPackages_2_6.thor
+  sqlite
+  unzip
+  xz
+  zip
+  openssl
+  #texlive-combined-full
 ]
diff --git a/nix/pkglst/packages_ruby_2_7.nix b/nix/pkglst/packages_ruby_2_7.nix
deleted file mode 100644
index 1c623afc..00000000
--- a/nix/pkglst/packages_ruby_2_7.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ pkgs ? import <nixpkgs> {} }:
-with pkgs; [
-
-  ruby_2_7
-  rubyPackages_2_7.rake
-  rubyPackages_2_7.sqlite3
-  rubyPackages_2_7.thor
-    sqlite
-    unzip
-    xz
-    zip
-    #texlive-combined-full
-]
diff --git a/nix/pkglst/packages_ruby_3_0.nix b/nix/pkglst/packages_ruby_3_0.nix
index 5ac59203..e943f7fe 100644
--- a/nix/pkglst/packages_ruby_3_0.nix
+++ b/nix/pkglst/packages_ruby_3_0.nix
@@ -5,9 +5,10 @@ with pkgs; [
   rubyPackages_3_0.rake
   rubyPackages_3_0.sqlite3
   rubyPackages_3_0.thor
-    sqlite
-    unzip
-    xz
-    zip
-    #texlive-combined-full
+  sqlite
+  unzip
+  xz
+  zip
+  openssl
+  #texlive-combined-full
 ]
-- 
cgit v1.2.3