From 61dd6bd7d791b5fc778990d72fe8b60f178f813b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 23 Nov 2025 10:05:46 +0100 Subject: [PATCH] build: no need for clang when building for Nix Like for other targets, we use precompiled BPF programs. Keep it in the development environment. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 67fc68b5..4fbb2f7b 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ src = ./.; vendorHash = l.readFile ./nix/vendorHash.txt; proxyVendor = true; # generated code may contain additional dependencies - nativeBuildInputs = [ pkgs.zip pkgs.clang ]; + nativeBuildInputs = [ pkgs.zip ]; buildPhase = '' cp -r ${frontend}/node_modules console/frontend/node_modules cp -r ${frontend}/data console/data/frontend