From 584cbe097e3358c62377cd5ae697f9c6b11e2524 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sat, 26 Apr 2025 21:48:49 -0500 Subject: [PATCH] comment for why pygments is three --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 10ac500..81ecd5f 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ gdb # gdb-dashboard bacon - python313Packages.pygments + python313Packages.pygments # for personal gdb-dashboard use ]; shellHook = '' export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}