Skip to content

Commit

Permalink
Comment out rPackages for now in shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
paluh committed Aug 10, 2022
1 parent ccb31b3 commit 566cbe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Expand Up @@ -112,8 +112,8 @@ let
start-cardano-node
sphinxTools
pkgs.z3
# plotly is pretty heavy (openjdk) - do we use it?
] ++ (lib.optionals (!stdenv.isDarwin) [ rPackages.plotly R ]));
# FIXME: I'm not sure why I'm not able to grap rPackages here
]); # ++ (lib.optionals (!stdenv.isDarwin) [ rPackages.plotly R ]));

# We don't currently use this, and it's a pain to materialize, and otherwise
# costs a fair bit of eval time.
Expand Down

0 comments on commit 566cbe9

Please sign in to comment.