We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51284e4 commit 9f9de35Copy full SHA for 9f9de35
flake.nix
@@ -222,6 +222,16 @@
222
plutus-scripts-bench.doHaddock = false;
223
};
224
})
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
+ )
235
];
236
237
0 commit comments