feat(nix/git): auto fetch / merge on oy own branch

This commit is contained in:
Raphael 2025-06-18 12:12:07 +02:00
parent 2c1952cb9f
commit a97800dd6e

View file

@ -28,6 +28,8 @@
);
shellHook = ''
git fetch origin
git merge origin/master
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"