From 3549ba3efdf1716bd54a4fb38a3292c3e1f41076 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 12 Jun 2025 17:29:08 +0200 Subject: [PATCH] style(nix/flake): changing the success message --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index b501c98..b790c09 100644 --- a/flake.nix +++ b/flake.nix @@ -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" ''; }; }