Skip to content

Commit

Permalink
[LW-10808] Update configs to include all genesis files
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed Jul 25, 2024
1 parent 426f842 commit b2200c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2024-07-19";
cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock…
cardano-playground.url = "github:input-output-hk/cardano-playground";
cardano-playground.url = "github:input-output-hk/cardano-playground/next-2024-07-24";
cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…
cardano-shell.url = "github:input-output-hk/cardano-shell/0d1d5f036c73d18e641412d2c58d4acda592d493";
cardano-shell.flake = false;
Expand Down
2 changes: 1 addition & 1 deletion nix/internal/launcher-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let
fromCardanoPlayground = envName: let
originalFiles = builtins.path {
name = "cardano-playground-config-${envName}";
path = cardano-playground + ("/static/book.play.dev.cardano.org/environments-pre/" + envName);
path = cardano-playground + ("/static/book.play.dev.cardano.org/environments/" + envName);
};

originalNodeConfig = builtins.fromJSON (builtins.unsafeDiscardStringContext (
Expand Down

0 comments on commit b2200c7

Please sign in to comment.