From 986e928c993349da28948553a629b6733cafc924 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 24 Oct 2025 22:39:13 +0200 Subject: small fixes --- modules/devtools/stm32.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/devtools/stm32.nix b/modules/devtools/stm32.nix index feb9921..a5b180f 100644 --- a/modules/devtools/stm32.nix +++ b/modules/devtools/stm32.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { - environment.systemPackages = [ + environment.systemPackages = with pkgs; [ blackmagic stlink stm8flash -- cgit v1.3.1