Unverified Commit dfd0030e authored by winston's avatar winston
Browse files

wasmtime: fix cargoShortTarget platform

parent 162020f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ rustPlatform.buildRustPackage (finalAttrs: {

  postInstall =
    let
      inherit (stdenv.targetPlatform.rust) cargoShortTarget;
      inherit (stdenv.hostPlatform.rust) cargoShortTarget;
    in
    ''
      moveToOutput lib $dev