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.
config.settings.shell.tools
config.settings.shell.hooks
1 parent 80cb93b commit c4eed9eCopy full SHA for c4eed9e
runtimes/typescript/lbr-plutus/build.nix
@@ -7,6 +7,9 @@
7
name = "lbr-plutus";
8
src = ./.;
9
dependencies = [ config.packages."lbr-prelude-typescript-tgz" ];
10
+
11
+ devShellTools = config.settings.shell.tools;
12
+ devShellHook = config.settings.shell.hook;
13
};
14
in
15
{
runtimes/typescript/lbr-prelude/build.nix
@@ -6,6 +6,9 @@
6
config.lbf-nix.typescriptFlake {
name = "lbr-prelude";
0 commit comments