diff --git a/flake.nix b/flake.nix index 71fa169..5a3e3a0 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,7 @@ buildInputs = with pkgs; [ openssl libgit2 + pkg-config ] ++ (if stdenv.isDarwin then [darwin.apple_sdk.frameworks.Security] else []); preBuild = '' export HOME=$(mktemp -d)