[Nix-dev] More news about the nix-env crash
Eelco Dolstra
e.dolstra at tudelft.nl
Thu Jan 19 22:20:10 CET 2012
On 01/19/2012 09:26 PM, Peter Simons wrote:
> Duh, it's even simpler:
>
> {
> packageOverrides = pkgs: rec
> {
> myLatex = pkgs.texLiveAggregationFun {
> paths = [ pkgs.texLive pkgs.texLiveExtra ];
> };
> };
> }
Unfortunately I can't reproduce this. Could you try building Nix
without a garbage collector to see if that's the cause? Just add
"boehmgc = null;" to the nixUnstable call in all-packages.nix.
--
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
More information about the nix-dev
mailing list