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

Peter Simons simons at cryp.to
Sat Jan 17 22:30:02 CET 2015


Hi Richard,

 > I had hoped/expected that only AesonBson would need to be rebuilt and
 > not things like text and friends.

yes, that is exactly what should happen (and that's exactly what's
happening on my system).

What does your ~/.nixpkgs/config.nix file look like?

Also, can you please try whether it makes a difference if you drop the
".pkgs" bit from the first line,

 | with (import <nixpkgs> {}).pkgs;

i.e. if you change that line to read

 | with (import <nixpkgs> {});

instead?

Best regards,
Peter



More information about the nix-dev mailing list