From 24a96f189e9a099a0189108a47762e138f9fbbb3 Mon Sep 17 00:00:00 2001 From: vindard <17693119+vindard@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:27:48 -0400 Subject: [PATCH] chore: add clang and lld deps to flake --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index e7f404b33ea..f5ef8a99286 100644 --- a/flake.nix +++ b/flake.nix @@ -40,6 +40,8 @@ python3 ripgrep cacert + clang + lld ]; nativeBuildInputs = with pkgs;