From ad8a6cb6c3dae1f304a1a853c925793b9d83795b Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Tue, 17 Dec 2024 17:59:09 +0800 Subject: [PATCH] fix: add pkg-config --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index ca97838bf313..ce84a032764d 100644 --- a/shell.nix +++ b/shell.nix @@ -6,6 +6,7 @@ in pkgs.mkShell rec { nativeBuildInputs = with pkgs; [ + pkg-config git clang gcc