Re: [Nix-dev] Permissions error when removing file when using haskellngPackages

2015-02-25 Thread Daniel J Beauregard
[sigh]...nevermind. I later realized that I was on the stable channel. I see that the fix is on the unstable channel. -- Daniel On Wed, Feb 25, 2015 at 05:06:58PM -0700, Daniel J Beauregard wrote: >Hi, > >I am getting a puzzling error when using Haskell NG on a freshly >installed system. My

[Nix-dev] Permissions error when removing file when using haskellngPackages

2015-02-25 Thread Daniel J Beauregard
Hi, I am getting a puzzling error when using Haskell NG on a freshly installed system. My ~/.nixpkgs/config.nix is as follows: { ... }: { packageOverrides = super: let self = super.pkgs; in { hsEnv = self.haskellngPackages.ghcWithPackag