Re: [Nix-dev] Using R with Bioconductor

2015-06-17 Thread Jeffrey David Johnson
Wonderful, thanks for pushing it forward! I did some more on it but then got sidetracked by grad school and kind of dropped the ball. There is one more thing though... After splitting CRAN and BIOC packages up, I discovered that many of the BIOC ones require other Annotation or Experiment data pac

Re: [Nix-dev] Using R with Bioconductor

2015-06-17 Thread Peter Simons
Hi Jeffrey, we now have full Bioconductor support in "master". According to http://hydra.cryp.to/jobset/nixpkgs/r-updates, we can build about 7000 packages for R in Nix. Thank you very much for your help! Best regards, Peter ___ nix-dev mailing list ni

Re: [Nix-dev] nixops virtualbox disk size

2015-06-17 Thread Joel Moberg
I don't use nixops but after looking in the repo i found this: https://github.com/NixOS/nixops/blob/master/nix/virtualbox.nix#L42 So it should be: virtualbox.disks.mydisk = { port=1; size=123123123; }; Hope this works. On Tue, Jun 16, 2015 at 8:56 PM, Richard Wallace < rwall...@thewallacepack.ne

Re: [Nix-dev] nixops virtualbox disk size

2015-06-17 Thread Joel Moberg
You are going to have to build a custom image I think, maybe you can use the prebuilt, and resize it, look futher down the page here https://github.com/NixOS/nixops/blob/master/nix/virtualbox.nix#L132 . It looks like the main disk have to be on port 0. So if you would have virtualbox.disks.disk1 =