aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/pkglst/packages_ruby_2_7.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/pkglst/packages_ruby_2_7.nix')
-rw-r--r--nix/pkglst/packages_ruby_2_7.nix13
1 files changed, 0 insertions, 13 deletions
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
-]