From 525565b7a66d9fadbf19d2fafc6caaff7cd9e8a9 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:44:43 +0100 Subject: [PATCH] Add pyserial --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 60051dc..bde89f5 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,9 @@ codespell conan cppcheck + python312 python312Packages.compiledb # generates compile_commands.json for Makefiles + python312Packages.pyserial ] ++ ( if system == "aarch64-darwin"