Skip to content

Commit 62908a3

Browse files
committed
chore: update extra tracing
1 parent d6ad410 commit 62908a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/cardano-services/operables.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let
88
mainnet preprod preprod_p2p preview preview_p2p testnet vasil-dev vasil-dev_p2p vasil-qa
99
*/
1010
cardanoServicesPath = pkg: "${pkg}/libexec/incl/packages/cardano-services";
11-
runCardanoServices = pkg: "${lib.getExe pkg.nodejs} ${cardanoServicesPath pkg}";
11+
runCardanoServices = pkg: "${lib.getExe pkg.nodejs} \${NODE_EXTRA_OPTIONS:-} ${cardanoServicesPath pkg}";
1212
in {
1313
cardano-services = std.lib.ops.mkOperable rec {
1414
package = cell.packages.cardano-services;

0 commit comments

Comments
 (0)