with import {}; { rustenv = stdenv.mkDerivation { name = "rust"; buildInputs = [ rustStable.rustc rustStable.cargo fuse pkgconfig ]; }; }