[Nix-dev] Why does my system rebuild rustc and cargo?

stewart mackenzie setori88 at gmail.com
Wed Nov 25 01:45:41 CET 2015


Matthias, this default.nix is for my rust setup I use everyday and do
not have this problem.

default.nix:

 with import <nixpkgs> {};
   {
     rustfbpEnv = myEnvFun {
       name = "rustfbp";
       buildInputs = [ stdenv rustcMaster cargo nanomsg];
     };
   }

Would you mind sharing your default.nix to compare please.


More information about the nix-dev mailing list