master
Elias Almqvist 4 months ago
parent acaeedb530
commit 1a448c6aa5
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 8
      nix-darwin/home.nix

@ -243,10 +243,10 @@
export PATH="$PATH:$HOME/.ghcup/bin"
# Super hacky and fucking stupid way of doing things - stuff
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib $LDFLAGS"
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include $CPPFLAGS"
export DYLD_LIBRARY_PATH="/opt/homebrew/opt/llvm/lib:$DYLD_LIBRARY_PATH"
# export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
# export LDFLAGS="-L/opt/homebrew/opt/llvm/lib $LDFLAGS"
# export CPPFLAGS="-I/opt/homebrew/opt/llvm/include $CPPFLAGS"
# export DYLD_LIBRARY_PATH="/opt/homebrew/opt/llvm/lib:$DYLD_LIBRARY_PATH"
# Nix
if [ -e /etc/profile.d/nix.sh ]; then . /etc/profile.d/nix.sh; fi

Loading…
Cancel
Save