m1n1: expose rustPackages (#540382)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-10 16:27:35 +00:00
committed by GitHub
+1 -1
View File
@@ -102,7 +102,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
updateScript = nix-update-script { };
inherit rustPlatform;
inherit rustPlatform rustPackages;
};
meta = {