From 09394d8e465664059693caec81f0594c951f00a6 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 12 Feb 2023 13:33:41 -0500 Subject: nix packages, added graphicsmagick - some fiddling with packages, determine what is needed where --- nix/pkglst/packages_ruby_3_0.nix | 1 + nix/pkglst/packages_ruby_3_1.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'nix/pkglst') diff --git a/nix/pkglst/packages_ruby_3_0.nix b/nix/pkglst/packages_ruby_3_0.nix index 66c9e0ba..371ff256 100644 --- a/nix/pkglst/packages_ruby_3_0.nix +++ b/nix/pkglst/packages_ruby_3_0.nix @@ -5,6 +5,7 @@ with pkgs; [ rubyPackages_3_0.sqlite3 rubyPackages_3_0.thor sqlite + graphicsmagick unzip xz zip diff --git a/nix/pkglst/packages_ruby_3_1.nix b/nix/pkglst/packages_ruby_3_1.nix index ca9ced14..067d024b 100644 --- a/nix/pkglst/packages_ruby_3_1.nix +++ b/nix/pkglst/packages_ruby_3_1.nix @@ -5,6 +5,7 @@ with pkgs; [ rubyPackages_3_1.sqlite3 rubyPackages_3_1.thor sqlite + graphicsmagick unzip xz zip -- cgit v1.2.3 From 4573e88c2f9b5f8c57c6b2e0f4c0526bb729526e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 12 Oct 2023 22:29:59 -0400 Subject: nix flake shell ruby-3.2 update --- nix/pkglst/packages_ruby_2_6.nix | 17 ----------------- nix/pkglst/packages_ruby_3_0.nix | 18 ------------------ nix/pkglst/packages_ruby_3_1.nix | 18 ------------------ 3 files changed, 53 deletions(-) delete mode 100644 nix/pkglst/packages_ruby_2_6.nix delete mode 100644 nix/pkglst/packages_ruby_3_0.nix delete mode 100644 nix/pkglst/packages_ruby_3_1.nix (limited to 'nix/pkglst') diff --git a/nix/pkglst/packages_ruby_2_6.nix b/nix/pkglst/packages_ruby_2_6.nix deleted file mode 100644 index f8f27323..00000000 --- a/nix/pkglst/packages_ruby_2_6.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ pkgs ? import {} }: -with pkgs; [ - ruby_2_6 - rubyPackages_2_6.rake - rubyPackages_2_6.sqlite3 - rubyPackages_2_6.thor - sqlite - unzip - xz - 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 deleted file mode 100644 index 371ff256..00000000 --- a/nix/pkglst/packages_ruby_3_0.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ pkgs ? import {} }: -with pkgs; [ - ruby_3_0 - rubyPackages_3_0.rake - rubyPackages_3_0.sqlite3 - rubyPackages_3_0.thor - sqlite - graphicsmagick - unzip - xz - zip - openssl - #texlive-combined-full - nixFlakes - validatePkgConfig - jq - git -] diff --git a/nix/pkglst/packages_ruby_3_1.nix b/nix/pkglst/packages_ruby_3_1.nix deleted file mode 100644 index 067d024b..00000000 --- a/nix/pkglst/packages_ruby_3_1.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ pkgs ? import {} }: -with pkgs; [ - ruby_3_1 - rubyPackages_3_1.rake - rubyPackages_3_1.sqlite3 - rubyPackages_3_1.thor - sqlite - graphicsmagick - unzip - xz - zip - openssl - #texlive-combined-full - nixFlakes - validatePkgConfig - jq - git -] -- cgit v1.2.3