From a9a8332161b252664361b947f4b63b1552d9db36 Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 7 Apr 2023 11:20:26 -0500 Subject: [PATCH] Add taplo --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index dcfe59d..4f288fc 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,7 @@ rust-analyzer rustc rustfmt + taplo ]; RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";