From 4b5d747441a2a499f9b9b0662ea88ef1c295de3b Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 24 Apr 2025 22:44:36 -0500 Subject: [PATCH] add bacon --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 517a960..84d66a0 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,7 @@ rust-bin.beta.latest.rust-std gdb gdb-dashboard + bacon ]; shellHook = '' export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}