style(nix/flake): changing the success message

This commit is contained in:
Raphael 2025-06-12 17:29:08 +02:00
parent f556f75d5f
commit 3549ba3efd

View file

@ -30,9 +30,7 @@
);
shellHook = ''
export CXX=clang++
export CXXFLAGS="-std=cpp98 -Wall -Werror -Wextra"
printf "\n\033[0;90mCPP env loaded for: \033[38;5;220m${system}\033[0m\n"
printf "\n\033[0;90mInception env loaded for: \033[38;5;220m${system}\033[0m\n"
'';
};
}