Unverified Commit 2769038b authored by Asmir A's avatar Asmir A
Browse files

stm32cubemx: change platforms from all to x86_64-linux

parent 8431594f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ let
      sourceProvenance = with sourceTypes; [ binaryBytecode ];
      license = licenses.unfree;
      maintainers = with maintainers; [ angaz wucke13 ];
      platforms = platforms.all;
      platforms = [ "x86_64-linux" ];
    };
  };
  in