diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-03-09 20:19:39 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-03-09 20:19:39 -0500 |
commit | 90fe39c3012a3949f1fb0ea35d4bcf07bf741d63 (patch) | |
tree | fbac723b6835074d1ae4a13f369354d1056515c7 /nix | |
parent | rb 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.nix | 17 |
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 +] |