diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-02-12 13:33:41 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-02-12 13:33:43 -0500 |
commit | 09394d8e465664059693caec81f0594c951f00a6 (patch) | |
tree | afeb6467d2d6d42262e6dc1da43f855bc63b9a26 /nix | |
parent | nix flake check (diff) |
nix packages, added graphicsmagick
- some fiddling with packages, determine what is
needed where
Diffstat (limited to 'nix')
-rw-r--r-- | nix/pkglst/packages_ruby_3_0.nix | 1 | ||||
-rw-r--r-- | nix/pkglst/packages_ruby_3_1.nix | 1 |
2 files changed, 2 insertions, 0 deletions
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 |