From 68a46be8585888f0726cd7907e6e33feb0e9dca7 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 12 May 2025 14:38:57 +0200 Subject: [PATCH] style(nix): removing the useless env var --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8544b58..b2bb879 100644 --- a/flake.nix +++ b/flake.nix @@ -24,8 +24,6 @@ ); shellHook = '' - export NIX_SHOW_STATS=0 - export NIX_HIDE_STATS=1 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"