aboutsummaryrefslogtreecommitdiff
path: root/common/.flake
diff options
context:
space:
mode:
Diffstat (limited to 'common/.flake')
-rw-r--r--common/.flake/home/programs/zsh.nix.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/.flake/home/programs/zsh.nix.org b/common/.flake/home/programs/zsh.nix.org
index 3d5115f..e29dbb3 100644
--- a/common/.flake/home/programs/zsh.nix.org
+++ b/common/.flake/home/programs/zsh.nix.org
@@ -56,6 +56,7 @@ Load extra code.
Configure Homebrew =llvm=.
#+begin_src sh
+ export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
export CC='/opt/homebrew/opt/llvm/bin/clang'
export CXX="$CC++"
export LDFLAGS="$LDFLAGS -L/opt/homebrew/opt/llvm/lib"