so I don't have to do this all the damn time

Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
Odyssey346 2022-07-27 13:54:02 +02:00
parent 0bffbc3772
commit 26c4a288ca

View File

@ -6,6 +6,7 @@ pkgs.mkShell {
pkgs.go
];
shellHook = ''
export SEGFAUTILITIES_PORT=6893
echo "Go installed, have your fun"
'';
}