diff options
| author | Grisha Shipunov | 2025-10-24 22:39:13 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-10-24 22:39:13 +0200 |
| commit | 986e928c993349da28948553a629b6733cafc924 (patch) | |
| tree | cf84cf9f3cbb9e7baf03c795381662f8caf6024f /modules | |
| parent | b413cb49ea83f8e53ff00458118fccfb5996f70a (diff) | |
small fixes
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/devtools/stm32.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
