Unverified Commit ea8b7f8c authored by K900's avatar K900 Committed by GitHub
Browse files

pkgs/build-support/rust: fix warning-related eval issue (#339253)

parents 494549b8 105933cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ rec {
    '';
  };
} // lib.mapAttrs (old: new: platform:
  lib.warn "`rust.${old} platform` is deprecated. Use `platform.rust.${new}` instead."
  lib.warn "`rust.${old} platform` is deprecated. Use `platform.rust.${lib.showAttrPath new}` instead."
    lib.getAttrFromPath new platform.rust)
{
  toTargetArch = [ "platform" "arch" ];