From 7ae8cec40ca1d44cc78859c4404a6e57f032576f Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 24 Oct 2025 22:10:00 +0200 Subject: add couple of common programmers --- modules/devtools/default.nix | 1 + modules/devtools/stm32.nix | 2 ++ 2 files changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/devtools/default.nix b/modules/devtools/default.nix index 537abd3..7f2fbd2 100644 --- a/modules/devtools/default.nix +++ b/modules/devtools/default.nix @@ -35,6 +35,7 @@ android-tools prusa-slicer openscad + openocd ]; # android stuff diff --git a/modules/devtools/stm32.nix b/modules/devtools/stm32.nix index 8b689bc..feb9921 100644 --- a/modules/devtools/stm32.nix +++ b/modules/devtools/stm32.nix @@ -2,6 +2,8 @@ { environment.systemPackages = [ blackmagic + stlink + stm8flash ]; services.udev.extraRules = '' # STMicroelectronics ST-LINK V1 -- cgit v1.3.1