Update flake.nix

This commit is contained in:
Gregory Bednov 2025-01-03 02:25:20 +03:00 committed by GitHub
commit 796856757a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@
let
pkgs = import nixpkgs { system = "x86_64-linux"; };
iconame = "STM32CubeMX";
stm32cubemx = pkgs.stdenv.mkDerivation rec {
pname = "stm32cubemx";
version = "6.11.11";