Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/explain/old-node-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@

## Version Reference:

* Node `10.6.1`
* Environment configs can be found in `result/environments-pre/config/` after running:
```bash
nix run github:input-output-hk/cardano-playground/node-10.6.1-pre-config#job-gen-env-config

* Node `10.5.3`
* Environment configs can be found in `result/environments/config/` after running:
```bash
nix run github:input-output-hk/cardano-playground/node-10.5.3-config#job-gen-env-config

* Node `10.5.1`
* Environment configs can be found in `result/environments/config/` after running:
```bash
Expand Down
15 changes: 8 additions & 7 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
nixpkgs.follows = "cardano-parts/nixpkgs";
nixpkgs-unstable.follows = "cardano-parts/nixpkgs-unstable";
flake-parts.follows = "cardano-parts/flake-parts";
cardano-parts.url = "github:input-output-hk/cardano-parts/v2025-12-04";
# cardano-parts.url = "path:/home/jlotoski/work/iohk/cardano-parts-wt/v2025-12-04";
cardano-parts.url = "github:input-output-hk/cardano-parts/next-2025-12-05";
# cardano-parts.url = "path:/home/jlotoski/work/iohk/cardano-parts-wt/next-2025-12-05";

# Local pins for additional customization:
# cardano-node-lsm-test.url = "github:IntersectMBO/cardano-node/js/lsm-beta";
Expand Down
Loading