Skip to content

Commit

Permalink
This makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Jan 3, 2025
1 parent 1ea8f7a commit 24a3c78
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 @@ -21,6 +21,10 @@ mkShell {
export REDIS_URL="unix://$SOCKET"
ls -la /home/runner/work/_temp
env | grep REDIS
pushtrap "kill -9 $(cat $PIDFILE);rm -rf $TMP" EXIT
'';
}

0 comments on commit 24a3c78

Please sign in to comment.