Skip to content

Commit a449e06

Browse files
committed
rustc-wasm32: fix build
rust.config was never intended to exist, and has been removed. Link: #271707 (comment) Fixes: 9731208 ("lib.systems.elaborate: fix passing `rust` (more) (#271707)")
1 parent 6f3d9c7 commit a449e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16934,7 +16934,7 @@ with pkgs;
1693416934
targetPlatform = lib.systems.elaborate {
1693516935
# lib.systems.elaborate won't recognize "unknown" as the last component.
1693616936
config = "wasm32-unknown-wasi";
16937-
rust.config = "wasm32-unknown-unknown";
16937+
rust.rustcTarget = "wasm32-unknown-unknown";
1693816938
};
1693916939
};
1694016940
}).overrideAttrs (old: {

0 commit comments

Comments
 (0)