diff --git a/flake.nix b/flake.nix index 6b2c2e8..4258a13 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,7 @@ pkg-config, protobuf, openssl, + perl, rust-bin, patchPlugins ? true, }: let @@ -61,6 +62,7 @@ nativeBuildInputs = [ pkg-config protobuf + perl ]; buildInputs = [