diff --git a/nix/process-compose/default.nix b/nix/process-compose/default.nix index a61c422..ea010e2 100644 --- a/nix/process-compose/default.nix +++ b/nix/process-compose/default.nix @@ -47,7 +47,6 @@ in # IMPORTANT: We **must** use environment variables for everything but non-global options, otherwise the use of sub-command specific CLI options will prevent the user from passing their own subcommands reliably. set -x ${config.cli.outputs.environment} PC_CONFIG_FILES=${configFile} process-compose ${config.cli.outputs.options} "$@" - set +x ${config.cli.postHook} '';