From 6f80679a852bbc63d7eb6f7435a896c36a020c37 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Thu, 8 Aug 2024 09:52:56 -0700 Subject: [PATCH] stuff --- nix-darwin/home.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index 621a9d3..e884a77 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -102,6 +102,7 @@ # Development stuff gh + # gnat # c/c++ # gcc @@ -240,10 +241,10 @@ export PATH="$PATH:$HOME/.ghcup/bin" # Super hacky and fucking stupid way of doing things - stuff - 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" + # 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