From 26c4a288ca8a384ce69139458905703f92c92409 Mon Sep 17 00:00:00 2001 From: Odyssey346 Date: Wed, 27 Jul 2022 13:54:02 +0200 Subject: [PATCH] so I don't have to do this all the damn time Signed-off-by: Odyssey346 --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index ac24e86..9597d12 100644 --- a/shell.nix +++ b/shell.nix @@ -6,6 +6,7 @@ pkgs.mkShell { pkgs.go ]; shellHook = '' + export SEGFAUTILITIES_PORT=6893 echo "Go installed, have your fun" ''; } \ No newline at end of file