summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tomato/packages.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix
index 8b57f50..20c463f 100644
--- a/hosts/tomato/packages.nix
+++ b/hosts/tomato/packages.nix
@@ -41,7 +41,11 @@ in
]))
jre
ruby
- R
+ (rWrapper.override {
+ packages = with rPackages; [
+ tidyverse
+ ];
+ })
sbcl
python3
rclone