Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lheckemann/969056f413189dfe92e40bd0f751bf64 to your computer and use it in GitHub Desktop.
Save lheckemann/969056f413189dfe92e40bd0f751bf64 to your computer and use it in GitHub Desktop.
~/.config/nixpkgs/overlays  cat rstudio.nix
self: super: {
myRStudio = self.rstudioWrapper.override {
packages = with self.rPackages; [ devtools ggplot2 dplyr ];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment