From 477500f3cdda196948f76101c1baf5ddf839dec2 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Thu, 8 Aug 2024 08:33:44 -0700 Subject: [PATCH] stuff --- nix-darwin/home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index 8ee96c8..621a9d3 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -240,10 +240,10 @@ export PATH="$PATH:$HOME/.ghcup/bin" # Super hacky and fucking stupid way of doing things - stuff - export PATH="$HOME/.local/hack/bin:$PATH" - export LDFLAGS="-L$HOME/.local/hack/lib $LDFLAGS" - export CPPFLAGS="-I$HOME/.local/hack/include $CPPFLAGS" - export DYLD_LIBRARY_PATH="$HOME/.local/hack/lib:$DYLD_LIBRARY_PATH" + export PATH="/usr/local/llvm/bin:$PATH" + export LDFLAGS="-L/usr/local/llvm/lib $LDFLAGS" + export CPPFLAGS="-I/usr/local/llvm/include $CPPFLAGS" + export DYLD_LIBRARY_PATH="/usr/local/llvm/lib:$DYLD_LIBRARY_PATH" # Nix if [ -e /etc/profile.d/nix.sh ]; then . /etc/profile.d/nix.sh; fi