Skip to content

Commit

Permalink
Update gh-pages
Browse files Browse the repository at this point in the history
Store path: /nix/store/sspxw48sxzhz6nzr76n1wcnpky7ihvr0-lambda-buffers-book
  • Loading branch information
hercules-ci[bot] committed Feb 2, 2024
1 parent 4f6b0a9 commit 94d4c45
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions typescript-plutus/api/lbf/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ _:
{
perSystem = { config, ... }:
let
tsFlake =
lbf-plutus-sample-project-typescript =
config.lbf-nix.lbfPlutusTypescript {
name = "lbf-plutus-sample-project";
src = ./.;
Expand All @@ -11,7 +11,7 @@ _:
in
{
packages = {
inherit (tsFlake.packages) lbf-plutus-sample-project-typescript lbf-plutus-sample-project-typescript-tgz;
inherit lbf-plutus-sample-project-typescript;
};
};
}
2 changes: 1 addition & 1 deletion typescript-plutus/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
src = ./.;

npmExtraDependencies = [
config.packages.lbf-plutus-sample-project-typescript-tgz
config.packages.lbf-plutus-sample-project-typescript
];

devShellTools = config.settings.shell.tools;
Expand Down
4 changes: 2 additions & 2 deletions typescript-prelude/api/lbf/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ _:
{
perSystem = { config, ... }:
let
tsFlake =
lbf-prelude-sample-project-typescript =
config.lbf-nix.lbfPreludeTypescript {
name = "lbf-prelude-sample-project";
src = ./.;
Expand All @@ -11,7 +11,7 @@ _:
in
{
packages = {
inherit (tsFlake.packages) lbf-prelude-sample-project-typescript lbf-prelude-sample-project-typescript-tgz;
inherit lbf-prelude-sample-project-typescript;
};
};
}
2 changes: 1 addition & 1 deletion typescript-prelude/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name = "prelude-sample-project";
src = ./.;
npmExtraDependencies = [
config.packages.lbf-prelude-sample-project-typescript-tgz
config.packages.lbf-prelude-sample-project-typescript
];

devShellTools = config.settings.shell.tools;
Expand Down

0 comments on commit 94d4c45

Please sign in to comment.