From 3e371387e73984926f07f5f49b608e4dddb24087 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 2 May 2025 11:42:23 -0400 Subject: [PATCH] install clang-tools --- home/yt/ytnix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 913eaae..8043825 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -154,6 +154,7 @@ bat delta taplo + llvmPackages.clang-tools ]; };