From 4892906cf916841c878d5298c9cc9d1dfb35906c Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 7 Dec 2024 12:07:55 +0100 Subject: [PATCH] Add ropper --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bde89f5..06270fa 100644 --- a/flake.nix +++ b/flake.nix @@ -43,8 +43,9 @@ conan cppcheck python312 - python312Packages.compiledb # generates compile_commands.json for Makefiles python312Packages.pyserial + python312Packages.compiledb # generates compile_commands.json for Makefiles + python312Packages.ropper ] ++ ( if system == "aarch64-darwin"