From e18d5282457e391278d7c5c989d4294121a9ab87 Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 20 Oct 2023 19:08:23 -0500 Subject: [PATCH] Add tokio-console to flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c0c7e2a..0b0a384 100644 --- a/flake.nix +++ b/flake.nix @@ -43,6 +43,7 @@ rustc rustfmt taplo + tokio-console ]; RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";