master
Elias Almqvist 4 months ago
parent 3b9895f9a4
commit 931bf72447
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 6
      nix-darwin/home.nix

@ -239,6 +239,12 @@
# GHCup
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"
# Nix
if [ -e /etc/profile.d/nix.sh ]; then . /etc/profile.d/nix.sh; fi

Loading…
Cancel
Save