~ruther/qmk_firmware

e941f048919bba052fd326eadc5acd2347e6756e — Sergey Shulepov 4 years ago 11bd514
Fix macOS build
1 files changed, 1 insertions(+), 1 deletions(-)

M shell.nix
M shell.nix => shell.nix +1 -1
@@ 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
  '';
}