Skip to content

Commit e4ac006

Browse files
committed
Fix bug with lbfPlutusRust not generating Json and Eq instances
1 parent 11d9026 commit e4ac006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/lbf-nix/lbf-plutus-rust.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgs: lbf: lbg-rust: lbfRustOpts:
33
let
44
utils = import ./utils.nix pkgs;
55

6-
lbfRust = import ./lbf-rust.nix pkgs lbf lbg-rust;
6+
lbfRust = import ./lbf-prelude-rust.nix pkgs lbf lbg-rust;
77
lbfRustOptsForPlutus = utils.overrideAttrs
88
{
99
imports = {

0 commit comments

Comments
 (0)