Skip to content

Commit 9f9de35

Browse files
committed
fix: add protobuf dependency where needed
1 parent 51284e4 commit 9f9de35

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

flake.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,16 @@
222222
plutus-scripts-bench.doHaddock = false;
223223
};
224224
})
225+
(
226+
{ pkgs, ... }:
227+
{
228+
package-keys = ["proto-lens-protobuf-types" "proto-lens-etcd"];
229+
packages = {
230+
"proto-lens-protobuf-types".components.library.build-tools = [ pkgs.protobuf ];
231+
"proto-lens-etcd".components.library.build-tools = [ pkgs.protobuf ];
232+
};
233+
}
234+
)
225235
];
226236
};
227237

0 commit comments

Comments
 (0)