aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-03-09 20:19:39 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-03-09 20:19:39 -0500
commit90fe39c3012a3949f1fb0ea35d4bcf07bf741d63 (patch)
treefbac723b6835074d1ae4a13f369354d1056515c7 /nix
parentrb file headers change, org-mode tangle whitespace issue (diff)
nix ruby 3.1 (use)
Diffstat (limited to 'nix')
-rw-r--r--nix/pkglst/packages_ruby_3_1.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/nix/pkglst/packages_ruby_3_1.nix b/nix/pkglst/packages_ruby_3_1.nix
new file mode 100644
index 00000000..ca9ced14
--- /dev/null
+++ b/nix/pkglst/packages_ruby_3_1.nix
@@ -0,0 +1,17 @@
+{ 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
+]