Rename to Segfautils

Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
Odyssey346
2022-08-02 10:41:17 +02:00
parent 68e2c6475e
commit 2f6fbed9c0
11 changed files with 122 additions and 118 deletions

View File

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