From e99b6592b88661bb99b58d516667b91e4badbd9f Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Mon, 28 Apr 2025 14:28:18 -0500 Subject: [PATCH] python development programs --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 32922c0..6d27010 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,9 @@ packages = with pkgs; [ gdb bacon + python313 python313Packages.pygments # for personal gdb-dashboard use + python313Packages.ruff cargo-expand ]; shellHook = ''