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 11d9026 commit e4ac006Copy full SHA for e4ac006
extras/lbf-nix/lbf-plutus-rust.nix
@@ -3,7 +3,7 @@ pkgs: lbf: lbg-rust: lbfRustOpts:
3
let
4
utils = import ./utils.nix pkgs;
5
6
- lbfRust = import ./lbf-rust.nix pkgs lbf lbg-rust;
+ lbfRust = import ./lbf-prelude-rust.nix pkgs lbf lbg-rust;
7
lbfRustOptsForPlutus = utils.overrideAttrs
8
{
9
imports = {
0 commit comments