Commit 6c615f69 authored by Wanja Zaeske's avatar Wanja Zaeske
Browse files

add rustc and cargo to the cross trunk

Compiling them can take hours, and with rust specifically it's quite common to
cross compile (e.g. to musl/static for easier distribution)
parent fcc8ff7c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ let
    nix = nativePlatforms;
    nixUnstable = nativePlatforms;
    mesa = nativePlatforms;
    rustc = nativePlatforms;
    cargo = nativePlatforms;
  };

  gnuCommon = lib.recursiveUpdate common {