From 580d498dff411ad8d47ebe935b6ed522fb6e945b Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 24 Apr 2025 19:09:41 -0500 Subject: [PATCH] pygments built in --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9c60d89..517a960 100644 --- a/flake.nix +++ b/flake.nix @@ -28,8 +28,6 @@ rust-bin.beta.latest.rust-std gdb gdb-dashboard - python313 - python313Packages.pygments ]; shellHook = '' export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}