From 2769038b99d9381f9e14589eea17b1edf894e449 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Mon, 15 Jan 2024 20:41:08 +0100 Subject: [PATCH] stm32cubemx: change platforms from all to x86_64-linux --- pkgs/development/embedded/stm32/stm32cubemx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/embedded/stm32/stm32cubemx/default.nix b/pkgs/development/embedded/stm32/stm32cubemx/default.nix index f85167e7a4cc..4bcad690bbbd 100644 --- a/pkgs/development/embedded/stm32/stm32cubemx/default.nix +++ b/pkgs/development/embedded/stm32/stm32cubemx/default.nix @@ -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