Skip to content

Commit b2200c7

Browse files
committed
[LW-10808] Update configs to include all genesis files
1 parent 426f842 commit b2200c7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

flake.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
66
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2024-07-19";
77
cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock…
8-
cardano-playground.url = "github:input-output-hk/cardano-playground";
8+
cardano-playground.url = "github:input-output-hk/cardano-playground/next-2024-07-24";
99
cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…
1010
cardano-shell.url = "github:input-output-hk/cardano-shell/0d1d5f036c73d18e641412d2c58d4acda592d493";
1111
cardano-shell.flake = false;

nix/internal/launcher-config.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let
3737
fromCardanoPlayground = envName: let
3838
originalFiles = builtins.path {
3939
name = "cardano-playground-config-${envName}";
40-
path = cardano-playground + ("/static/book.play.dev.cardano.org/environments-pre/" + envName);
40+
path = cardano-playground + ("/static/book.play.dev.cardano.org/environments/" + envName);
4141
};
4242

4343
originalNodeConfig = builtins.fromJSON (builtins.unsafeDiscardStringContext (

0 commit comments

Comments
 (0)