feat(nix/git): auto fetch / merge on oy own branch
This commit is contained in:
parent
2c1952cb9f
commit
a97800dd6e
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue