diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-11-09 18:42:38 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-02 20:01:37 -0400 |
commit | 58c37322bd487ed28c4604340f82b1e7769e8666 (patch) | |
tree | 3fbc74d002e8d6628f20a540d0566c0f2856e850 /nix/pkglst/packages_rauby_2_7.nix | |
parent | sisu.org minor adjustment to opening description (diff) |
nixify (start to nixify)
Diffstat (limited to 'nix/pkglst/packages_rauby_2_7.nix')
-rw-r--r-- | nix/pkglst/packages_rauby_2_7.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nix/pkglst/packages_rauby_2_7.nix b/nix/pkglst/packages_rauby_2_7.nix new file mode 100644 index 00000000..1c623afc --- /dev/null +++ b/nix/pkglst/packages_rauby_2_7.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 +] |