diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index c281894..e264039 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -236,6 +236,9 @@ # GHCup export PATH="$PATH:$HOME/.ghcup/bin" + # CS (Scala) + export PATH="$PATH:$HOME/Library/Application\ Support/Coursier/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"