Remove discord and fix shellnix

Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
Odyssey346 2022-07-23 13:00:27 +02:00
parent 964f6820f8
commit dae0ad26c7
2 changed files with 1 additions and 4 deletions

View File

@ -8,6 +8,6 @@ pkgs.mkShell {
shellHook = '' shellHook = ''
echo "Installing dependencies using npm, please wait." echo "Installing dependencies using npm, please wait."
npm i npm i
echo "Done! You may now run npm run dev to test your changes." echo "You can now "run npm run dev" to start a dev server."
''; '';
} }

View File

@ -27,9 +27,6 @@
<a href="https://matrix.to/#/#project-segfault:projectsegfau.lt/"> <a href="https://matrix.to/#/#project-segfault:projectsegfau.lt/">
<IconMatrix /> <IconMatrix />
</a> </a>
<a href="https://discord.gg/26EG7fFtfS/">
<IconDiscord />
</a>
<a href="https://github.com/ProjectSegfault/"> <a href="https://github.com/ProjectSegfault/">
<IconGitHub /> <IconGitHub />
</a> </a>