rustc-wasm32: fix build

rust.config was never intended to exist, and has been removed.

Link: https://github.com/NixOS/nixpkgs/pull/271707#issuecomment-1838471170
Fixes: 973120823b ("lib.systems.elaborate: fix passing `rust` (more) (#271707)")
This commit is contained in:
Alyssa Ross 2023-12-04 12:55:18 +01:00
parent 6f3d9c7288
commit a449e06d5f
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -16934,7 +16934,7 @@ with pkgs;
targetPlatform = lib.systems.elaborate {
# lib.systems.elaborate won't recognize "unknown" as the last component.
config = "wasm32-unknown-wasi";
rust.config = "wasm32-unknown-unknown";
rust.rustcTarget = "wasm32-unknown-unknown";
};
};
}).overrideAttrs (old: {