We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ad410 commit 62908a3Copy full SHA for 62908a3
nix/cardano-services/operables.nix
@@ -8,7 +8,7 @@ let
8
mainnet preprod preprod_p2p preview preview_p2p testnet vasil-dev vasil-dev_p2p vasil-qa
9
*/
10
cardanoServicesPath = pkg: "${pkg}/libexec/incl/packages/cardano-services";
11
- runCardanoServices = pkg: "${lib.getExe pkg.nodejs} ${cardanoServicesPath pkg}";
+ runCardanoServices = pkg: "${lib.getExe pkg.nodejs} \${NODE_EXTRA_OPTIONS:-} ${cardanoServicesPath pkg}";
12
in {
13
cardano-services = std.lib.ops.mkOperable rec {
14
package = cell.packages.cardano-services;
0 commit comments