Compare commits

..

No commits in common. '1a448c6aa5223404c221c17f25487026f85eb831' and '477500f3cdda196948f76101c1baf5ddf839dec2' have entirely different histories.

  1. 11
      nix-darwin/home.nix

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

Loading…
Cancel
Save