[Nix-dev] More news about the nix-env crash

Peter Simons simons at cryp.to
Thu Jan 19 21:26:08 CET 2012


Duh, it's even simpler:

   {
     packageOverrides = pkgs: rec
     {
       myLatex = pkgs.texLiveAggregationFun {
         paths = [ pkgs.texLive pkgs.texLiveExtra ];
       };
     };
   }

This crashes while running "nix-env -iA myLatex".



More information about the nix-dev mailing list