Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 21, 2024
1 parent 6169501 commit f17a6c4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions nix/process-compose/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@ in
text = ''
${config.cli.preHook}
run-process-compose () {
set -x
${config.cli.outputs.environment} PC_CONFIG_FILES=${configFile} process-compose ${config.cli.outputs.options} "$@"
set +x
}
run-process-compose "$@"
set -x
${config.cli.outputs.environment} PC_CONFIG_FILES=${configFile} process-compose ${config.cli.outputs.options} "$@"
set +x
${config.cli.postHook}
'';
Expand Down

0 comments on commit f17a6c4

Please sign in to comment.