aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/.flake/home/programs/zsh.nix.org1
-rw-r--r--macos.local/.flake/home/core.nix.org1
2 files changed, 1 insertions, 1 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"
diff --git a/macos.local/.flake/home/core.nix.org b/macos.local/.flake/home/core.nix.org
index 7e997ef..4801831 100644
--- a/macos.local/.flake/home/core.nix.org
+++ b/macos.local/.flake/home/core.nix.org
@@ -33,7 +33,6 @@ Add Homebrew to the path along with standard =bin= directories.
"$HOME/.local/bin"
"/usr/local/bin"
"/opt/homebrew/bin"
- "/opt/homebrew/opt/llvm/bin"
];
}
#+end_src