From 944f74744e74b0aa3ba4591d78f19687f8fe42f4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Aug 2021 14:19:48 +0200 Subject: [PATCH] chore(nix): nudge port offset --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 0e93c7272..3fa3cbdc4 100644 --- a/shell.nix +++ b/shell.nix @@ -47,7 +47,7 @@ let trap cleanup EXIT - export PORT_OFFSET=$(((16#$(whoami | sha256sum | head -c 16)) % 1000)) + export PORT_OFFSET=$(((16#$(echo "fradrive $(whoami)" | sha256sum | head -c 16)) % 1000)) if [[ -z "$PGHOST" ]]; then set -xe