Skip to content

Commit

Permalink
Verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Jan 3, 2025
1 parent cb18694 commit a0834ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions support/nix/redis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ mkShell {
buildInputs = [ redis ];

shellHook = ''
set -x
${builtins.readFile ./pushtrap.sh}
# TMP=$(mktemp -d)
Expand All @@ -26,5 +28,7 @@ mkShell {
export REDIS_URL="unix://$SOCKET"
pushtrap "kill -9 $(cat $PIDFILE);rm -rf $TMP" EXIT
set +x
'';
}

0 comments on commit a0834ce

Please sign in to comment.