File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 6060 # Cardano related inputs
6161 capkgs . url = "github:input-output-hk/capkgs" ;
6262 iohk-nix . url = "github:input-output-hk/iohk-nix" ;
63- # iohk-nix.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/iohk-nix";
6463 iohk-nix-ng . url = "github:input-output-hk/iohk-nix/jl/10.6.0-pre-updates" ;
65- # iohk-nix-ng.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/iohk-nix ";
64+ # iohk-nix-ng.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/jl/10.6.0-pre-updates ";
6665
6766 # Until blockperf detail fix is merged to master upstream
6867 blockperf . url = "github:johnalotoski/blockperf/jl/fix-detail" ;
Original file line number Diff line number Diff line change 258258 # [$TEMPLATE_DIR]
259259 # [$TESTNET_MAGIC]
260260 # [$UNSTABLE]
261+ # [$UNSTABLE_LIB]
261262 # [$USE_ENCRYPTION]
262263 # [$USE_SHELL_BINS]
263264
275276
276277 if [ "'' ${UNSTABLE_LIB:-}" = "true" ]; then
277278 export TEMPLATE_DIR='' ${TEMPLATE_DIR:-"${ localFlake . inputs . iohk-nix-ng } /cardano-lib/testnet-template"}
279+ echo "$TEMPLATE_DIR"
278280 else
279281 export TEMPLATE_DIR='' ${TEMPLATE_DIR:-"${ localFlake . inputs . iohk-nix } /cardano-lib/testnet-template"}
280282 fi
285287 ENV="'' ${ENV:-custom}"
286288
287289 mkdir -p "$GENESIS_DIR"
288- "'' ${CARDANO_CLI_NO_ERA[@]}" legacy genesis create-cardano \
290+ "'' ${CARDANO_CLI_NO_ERA[@]}" legacy genesis create-cardano --conway-era \
289291 --genesis-dir "$GENESIS_DIR" \
290292 --gen-genesis-keys "$NUM_GENESIS_KEYS" \
291293 --gen-utxo-keys 1 \
You can’t perform that action at this time.
0 commit comments