Skip to content

Commit e1657bf

Browse files
committed
Include peer-snapshot.json in MacOS installers
1 parent 7dfcbbc commit e1657bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/internal/any-darwin.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ in rec {
305305
cp installers/{genesis-byron.json,genesis-shelley.json,genesis-alonzo.json} "$dataDir"/
306306
cp installers/genesis-conway.json "$dataDir"/ || true
307307
cp installers/checkpoints.json "$dataDir"/ || true
308+
cp installers/peer-snapshot.json "$dataDir"/ || true
308309
'' else ''
309310
cp installers/{signing.key,delegation.cert} "$dataDir"/
310311
cp -f ${./../../utils/cardano/selfnode}/token-metadata.json "$dir"/

0 commit comments

Comments
 (0)