master
Elias Almqvist 4 months ago
parent 931bf72447
commit 477500f3cd
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 8
      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

Loading…
Cancel
Save