Skip to content

Commit c4eed9e

Browse files
author
jared
committed
Added config.settings.shell.tools + config.settings.shell.hooks to
`lbr-plutus-typescript` + `lbr-prelude-typescript`
1 parent 80cb93b commit c4eed9e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

runtimes/typescript/lbr-plutus/build.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
name = "lbr-plutus";
88
src = ./.;
99
dependencies = [ config.packages."lbr-prelude-typescript-tgz" ];
10+
11+
devShellTools = config.settings.shell.tools;
12+
devShellHook = config.settings.shell.hook;
1013
};
1114
in
1215
{

runtimes/typescript/lbr-prelude/build.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
config.lbf-nix.typescriptFlake {
77
name = "lbr-prelude";
88
src = ./.;
9+
10+
devShellTools = config.settings.shell.tools;
11+
devShellHook = config.settings.shell.hook;
912
};
1013
in
1114
{

0 commit comments

Comments
 (0)