diff options
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -86,6 +86,6 @@ mkShell { | |||
| 86 | shellHook = '' | 86 | shellHook = '' |
| 87 | # Prevent the avr-gcc wrapper from picking up host GCC flags | 87 | # Prevent the avr-gcc wrapper from picking up host GCC flags |
| 88 | # like -iframework, which is problematic on Darwin | 88 | # like -iframework, which is problematic on Darwin |
| 89 | unset NIX_TARGET_CFLAGS_COMPILE | 89 | unset NIX_CFLAGS_COMPILE_FOR_TARGET |
| 90 | ''; | 90 | ''; |
| 91 | } | 91 | } |
