From 986e928c993349da28948553a629b6733cafc924 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 24 Oct 2025 22:39:13 +0200 Subject: small fixes --- flake.nix | 2 +- modules/devtools/stm32.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3998e8a..4c2d92d 100644 --- a/flake.nix +++ b/flake.nix @@ -105,7 +105,7 @@ ./modules/basic-tools ./modules/binary-caches.nix - ./modules/devtools.nix + ./modules/devtools ./modules/emacs.nix ./modules/gnome.nix ./modules/gnupg.nix 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