Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 authored Feb 21, 2025
1 parent 3f07c6a commit cfb7c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
src = filteredSource;
strictDeps = true;
nativeBuildInputs = [
pkgs.protobuf
pkgs.protobuf,
pkgs.libclang
];
doCheck = false;
meta = {
Expand Down

0 comments on commit cfb7c66

Please sign in to comment.