aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/pkglst/packages_ruby_2_6.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-10-30 22:31:28 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-10-30 22:31:28 -0400
commitad803956c1f7ce1a4b0e820a21881a58a326b7f7 (patch)
treeeb36cfcd0bcbed76a51b0e97e0a46609769ca232 /nix/pkglst/packages_ruby_2_6.nix
parentdebian/changelog (7.2.1-2) (diff)
parentversion & changelog, tag for release (diff)
Merge tag 'sisu_7.3.0' into debian
SiSU 7.3.0
Diffstat (limited to 'nix/pkglst/packages_ruby_2_6.nix')
-rw-r--r--nix/pkglst/packages_ruby_2_6.nix17
1 files changed, 0 insertions, 17 deletions
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 <nixpkgs> {} }:
-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
-]