Loading pkgs/applications/virtualization/rust-hypervisor-firmware/default.nix +8 −2 Original line number Diff line number Diff line { lib , fetchFromGitHub , makeRustPlatform , hostPlatform , targetPlatform , cargo , rustc , lld }: Loading @@ -24,7 +25,12 @@ let }; }; inherit (cross) rustPlatform; # inherit (cross) rustPlatform; # ^ breaks because we are doing a no_std embedded build with a custom sysroot, # but the fast_cross rustc wrapper already passes a sysroot argument rustPlatform = cross.makeRustPlatform { inherit rustc cargo; }; in Loading Loading
pkgs/applications/virtualization/rust-hypervisor-firmware/default.nix +8 −2 Original line number Diff line number Diff line { lib , fetchFromGitHub , makeRustPlatform , hostPlatform , targetPlatform , cargo , rustc , lld }: Loading @@ -24,7 +25,12 @@ let }; }; inherit (cross) rustPlatform; # inherit (cross) rustPlatform; # ^ breaks because we are doing a no_std embedded build with a custom sysroot, # but the fast_cross rustc wrapper already passes a sysroot argument rustPlatform = cross.makeRustPlatform { inherit rustc cargo; }; in Loading