b-rodrigues / rix

Reproducible development environments for R with Nix
https://b-rodrigues.github.io/rix/
GNU General Public License v3.0
104 stars 11 forks source link

Make quickstart launcher, e.g. `make_launcher()` #35

Open philipp-baumann opened 10 months ago

philipp-baumann commented 10 months ago

@b-rodrigues as you described your idea on matrix channel :-)

philipp-baumann commented 10 months ago

Idea: script or helper that fires up a favorite IDE with a desired Nixpkgs environment.

philipp-baumann commented 10 months ago

Here is a little wishlist from my side. @b-rodrigues happy to get your feedback and inputs :-)

philipp-baumann commented 10 months ago

The good thing is that we have {curl} already in our reverse dependency list (currently we import {httr}, {jsonlite}, {sys} and {utils}). This means there is no cost in adding curl (some OS'es do not come with curl by default). That means easier downloads when bootstrapping directly from R.

philipp-baumann commented 3 weeks ago
  • UNIX, use the Determinate Nix Installer from Determinate Systems directly. If Windows, check if the WSL2 Ubuntu console is ava

just a helper/wrapper via sys::exec_<...>