Re: [Nix-dev] IHaskell on nixos

2015-01-16 Thread Carlo Nucera
Hi Edward, do you mean that the change isn't in nixos-unstable yet, but it's merged? (I'm using nixos-unstable, and I obtain the error I described early) Best regards Carlo 2015-01-17 1:31 GMT+01:00 Edward Tjörnhammar : > On Fri, Jan 16, 2015 at 11:41:42PM +0100, Carlo Nucera wrote: >> Hi, does a

Re: [Nix-dev] IHaskell on nixos

2015-01-16 Thread Edward Tjörnhammar
On Fri, Jan 16, 2015 at 11:41:42PM +0100, Carlo Nucera wrote: > Hi, does anyone know how to run ihaskell notebook on nixos? There was some movement recently which broke the ihaskell wrapper, it should be working now. > > The naive installation via `nix-env -iA nixos.pkgs.ihaskell` doesn't > work

Re: [Nix-dev] Managing private Nix packages outside the Nixpkgs tree

2015-01-16 Thread Matthias Beyer
Hi nixos-ML, So, I tried to ask Sander van de Burg soem questions which are related to one blog article of him, but unfortunately my mail server bounced the mail back to me, telling me that his mail address is not valid. So, I'm posting the email here, hopefully I can get an answer on the topic f

[Nix-dev] IHaskell on nixos

2015-01-16 Thread Carlo Nucera
Hi, does anyone know how to run ihaskell notebook on nixos? The naive installation via `nix-env -iA nixos.pkgs.ihaskell` doesn't work for me, I get the following error: - > ihaskell console Updating IPython profile. Loading profile from /nix/store/zw2a8a60pigxlcspx9

Re: [Nix-dev] A Journey into the Haskell NG infrastructure: Part I

2015-01-16 Thread Benno Fünfstück
Hi Peter, The new haskell infrastructure looks very nice, thanks for that, I especially like that now most of haskell related expressions are in one dictionary and not spread out over the whole nixpkgs tree. However, I wonder if it would be possible to just use ghcWithPackages in generic-builder.n

Re: [Nix-dev] A Journey into our brand-new Haskell infrastructure: Part II

2015-01-16 Thread Richard Wallace
I feel like I must be missing something, because everytime I try and override a package with ghcWithPackages, it ends up rebuilding every Haskell library. For instance, I have this shell.nix < https://gist.github.com/purefn/026625ad116b05ff9a8d>. In this case, I've overridden the AesonBson packag

Re: [Nix-dev] NixOS after install no login

2015-01-16 Thread MCris
The version is 14.12.298.0667587. As I said before, I did not modified the 'users' section. On 15.01.2015 16:41, Domen Kožar wrote: What branch? Run nixos-version command on live dvd and paste it here. Did you maybe set mutableUsers to false? On 15 Jan 2015 15:39, "MCris"

[Nix-dev] How to install python-neovim for neovim for ycm?

2015-01-16 Thread Matthias Beyer
Hi, Can somebody tell me how to install neovim with python support to get youcompleteme (and ultisnips) working in neovim? For this, the python client for neovim is required[0], which can be found here[1]. I'm not sure how to install it properly. [0]: http://neovim.org/doc/user/nvim_python.html