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

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

Re: [Nix-dev] nixops virtualbox disk size

2015-06-17 Thread Tomas Hlavaty
There is also virtualization.diskSize. Hmm, sorry for misinformation. Although the name sounds quite universal, it is used only with qemu. It certainly works when writing tests that run in qemu VM. virtualisation.memorySize is used even in virtualbox tests but no diskSize. Virtualbox seems

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

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 =