renamed tetris to tetris_bin

This commit is contained in:
Rorikstr | Rust Dev 2025-09-26 21:26:45 +03:00
parent afab29ec18
commit 15703b5f28
5 changed files with 4 additions and 2 deletions

View file

@ -30,6 +30,7 @@
inherit buildInputs;
shellHook = ''
export PATH="$HOME/.cargo/bin:$PATH"
echo " C Project Dev Environment Loaded"
echo "🔧 Available tools:"
echo " - gcc, make, clang-format"