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

_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to