diff options
Diffstat (limited to 'modules/devtools')
| -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 |
