m1n1: expose rustPackages

I typoed last time, the more useful one is rustPackages, but let's expose both
This commit is contained in:
Yureka
2026-07-10 16:45:18 +02:00
parent dc29ee8fa0
commit 1c979151db
+1 -1
View File
@@ -102,7 +102,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
updateScript = nix-update-script { };
inherit rustPlatform;
inherit rustPlatform rustPackages;
};
meta = {