From ffac882f8f57ffbdf2980cf00dd0894e3a13b461 Mon Sep 17 00:00:00 2001 From: Mukilan Thiyagarajan Date: Wed, 4 Oct 2023 17:17:12 +0530 Subject: [PATCH] Add taplo to etc/shell.nix (#30487) This addresses the 'Could not find `taplo` ...' message when running `./mach test-tidy` on NixOS. Signed-off-by: Mukilan Thiyagarajan --- etc/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/shell.nix b/etc/shell.nix index c5867a20f61..b2f1ea14bed 100644 --- a/etc/shell.nix +++ b/etc/shell.nix @@ -22,6 +22,7 @@ clangStdenv.mkDerivation rec { gst_all_1.gst-plugins-bad rustup + taplo llvmPackages.bintools # provides lld # Build utilities