Skip to content

Commit 7c0477f

Browse files
authored
Merge pull request #46 from input-output-hk/next-2025-05-01
Node 10.4.1, cli 10.8.0.0, mithril 2517.1 release
2 parents e92efdf + 978053c commit 7c0477f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+410
-5440
lines changed

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ apply-bootstrap *ARGS:
261261
#!/usr/bin/env bash
262262
set -euo pipefail
263263

264+
[ -f .ssh_key ] || just save-bootstrap-ssh-key
265+
264266
sed '2i \ \ IdentityFile .ssh_key' .ssh_config > .ssh_config_bootstrap
265267
SSH_CONFIG_FILE=".ssh_config_bootstrap" just apply {{ARGS}}
266268
rm .ssh_config_bootstrap

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ While working on the next step, you can already start the devshell using:
2525

2626
nix develop
2727

28-
This will be done automatically if you are using [direnv](https://direnv.net/) and issue `direnv allow`.
28+
This will be done automatically if you are using [direnv](https://direnv.net/)
29+
and issue `direnv allow`.
30+
31+
Note that the nix version must be at least `2.17` and `fetch-closure`,
32+
`flakes` and `nix-command` must be included in your nix config for
33+
`experimental-features`.
2934

3035
## AWS
3136

docs/environments-pre/preprod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../environments/preprod

docs/environments-pre/preprod/alonzo-genesis.json

Lines changed: 0 additions & 196 deletions
This file was deleted.

docs/environments-pre/preprod/byron-genesis.json

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)