aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-27 20:40:46 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-27 20:40:46 -0600
commita2ed28a53b796b42ef5dcd6b2a1d14717c7badd4 (patch)
tree937964ab90bb69aa7521481d83cbff28f312fd6d /common
parent951664c4537d33e522939f6eb7d957912fa2aa9e (diff)
system changes
Diffstat (limited to 'common')
-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"