diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-15 09:30:53 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-15 09:30:53 -0500 |
commit | 3df5e860ec36117db018311a34a3f1aa6c40ff76 (patch) | |
tree | 03e20f97ab350e723962643e655c13b76a7b7ff2 /hosts | |
parent | 08b13b3b1ac6683eacb7ae33f9c548797fa3fbd4 (diff) | |
download | nixos-config-3df5e860ec36117db018311a34a3f1aa6c40ff76.tar.gz nixos-config-3df5e860ec36117db018311a34a3f1aa6c40ff76.zip |
hosts/tomato: Install R
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tomato/packages.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index 284acab..5135f7e 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -39,6 +39,7 @@ in emacsPackages.pdf-tools jre ruby + R sbcl python3 rclone |