Skip to content

Commit f59bdb7

Browse files
committed
Fix missing argument to lbfPlutusTypeScript
1 parent 555d415 commit f59bdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/lbf-nix/lbf-plutus-typescript.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lbfTypescriptOpts:
99
let
1010
utils = import ./utils.nix pkgs;
1111

12-
lbfTypescript = import ./lbf-prelude-typescript.nix { inherit pkgs lbf lbg-typescript typescriptFlake; };
12+
lbfTypescript = import ./lbf-prelude-typescript.nix { inherit pkgs lbf lbg-typescript config typescriptFlake; };
1313
lbfTypescriptOptsForPlutus = utils.overrideAttrs
1414
{
1515
imports = {

0 commit comments

Comments
 (0)