aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/pkglst/packages_ruby_3_1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/pkglst/packages_ruby_3_1.nix')
-rw-r--r--nix/pkglst/packages_ruby_3_1.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/nix/pkglst/packages_ruby_3_1.nix b/nix/pkglst/packages_ruby_3_1.nix
deleted file mode 100644
index ca9ced14..00000000
--- a/nix/pkglst/packages_ruby_3_1.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ pkgs ? import <nixpkgs> {} }:
-with pkgs; [
- ruby_3_1
- rubyPackages_3_1.rake
- rubyPackages_3_1.sqlite3
- rubyPackages_3_1.thor
- sqlite
- unzip
- xz
- zip
- openssl
- #texlive-combined-full
- nixFlakes
- validatePkgConfig
- jq
- git
-]