aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/pkglst/packages_ruby_2_6.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-06-18 10:11:49 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-06-18 10:11:49 -0400
commitd26ae4dce0600cabffe69113a96dbcec84380514 (patch)
treedd4f25c9f68d0b6b7bfccf4e003356008ae212af /nix/pkglst/packages_ruby_2_6.nix
parentorg mode: fix transcription typo (code fix) (diff)
org mode: fix file naming typo
Diffstat (limited to 'nix/pkglst/packages_ruby_2_6.nix')
-rw-r--r--nix/pkglst/packages_ruby_2_6.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/nix/pkglst/packages_ruby_2_6.nix b/nix/pkglst/packages_ruby_2_6.nix
new file mode 100644
index 00000000..1c623afc
--- /dev/null
+++ b/nix/pkglst/packages_ruby_2_6.nix
@@ -0,0 +1,13 @@
+{ 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
+]