stm32cubemx: change platforms from all to x86_64-linux

This commit is contained in:
Asmir A 2024-01-15 20:41:08 +01:00
parent 8431594f25
commit 2769038b99
No known key found for this signature in database
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -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