Re: [Nix-dev] Haskell-env (via nix-shell) - am I doing this right?

2015-05-25 Thread Matthias Beyer
Re-Send to ML: On 24-05-2015 21:41:47, Matthias Beyer wrote: Hi Peter, On 24-05-2015 17:09:21, Peter Simons wrote: The following message is a courtesy copy of an article that has been posted to gmane.linux.distributions.nixos as well. Hi Matthias, $ cabal build

Re: [Nix-dev] stuck with fresh install on macbook pro

2015-05-25 Thread Marius Bergmann
Here's the configuration I used for getting NixOS + XMonad to work on a mid-2012 MBP 13. Hope this helps! ``` { config, pkgs, ... }: { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix ]; boot.initrd.kernelModules = [ fbcon hid_apple ];

[Nix-dev] /dev/vboxdrv operation not permitted

2015-05-25 Thread Florian Friesdorf
% nixops deploy -d myvbox -- Kernel driver not accesible -- strace shows Operation not permitted on /dev/vboxdrv I freshly logged in, even rebooted _a_couple_of_times_ by now (for other reasons: % groups cfl wheel audio cdrom video vboxusers kvm nixtest % ls -l /dev/vboxdrv crw-rw 1 root

Re: [Nix-dev] Haskell-env (via nix-shell) - am I doing this right?

2015-05-25 Thread Peter Simons
Hi Matthias, error: cannot delete path ‘/nix/store/pqj35vwax89ljdhcca02a330ii4zzhiw-haskell-clientsession-0.9.1.1.drv’ since it is still alive https://github.com/NixOS/nixpkgs/issues/7792#issuecomment-100882553 discusses this problem. You have packages in one of your profiles that depend

Re: [Nix-dev] Haskell-env (via nix-shell) - am I doing this right?

2015-05-25 Thread Matthias Beyer
Hi, thanks. Surprisingly I got it working. Now I can start developing my Haskell App! Thank you a lot! Now Haskell itself is the remaining problem! *smile* On 25-05-2015 15:48:12, Peter Simons wrote: Hi Matthias, error: cannot delete path

Re: [Nix-dev] Using R with Bioconductor

2015-05-25 Thread Jeffrey David Johnson
OK, turns out it's not so bad! We can skip biocLite and install packages directly, same as from CRAN. Draft changes here: https://github.com/NixOS/nixpkgs/compare/master...jefdaj:bioc-pullreq Opinions? I considered splitting off a separate bioc-modules folder, but then I noticed the majority of