Export CC variable for Neorg

This commit is contained in:
Evie Litherland-Smith 2023-05-25 10:36:28 +01:00
parent 0dd2486013
commit 8bf5cbccb6

View file

@ -19,6 +19,7 @@
programs.zsh.shellAliases.update = "home-manager switch"; programs.zsh.shellAliases.update = "home-manager switch";
programs.fish.shellAbbrs.update = "home-manager switch"; programs.fish.shellAbbrs.update = "home-manager switch";
programs.zsh.envExtra = '' programs.zsh.envExtra = ''
export CC=${pkgs.gcc}/bin/gcc
eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(/opt/homebrew/bin/brew shellenv)"
''; '';
} }