Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2021-01-11 16:06:11 +00:00
commit 1e061c7d59
1 changed files with 1 additions and 1 deletions

View File

@ -86,6 +86,6 @@ mkShell {
shellHook = ''
# Prevent the avr-gcc wrapper from picking up host GCC flags
# like -iframework, which is problematic on Darwin
unset NIX_TARGET_CFLAGS_COMPILE
unset NIX_CFLAGS_COMPILE_FOR_TARGET
'';
}