From b966df410e9648c9d4e70c024ab5f98a9a2610e3 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Tue, 14 Jan 2025 14:15:20 +0100 Subject: [PATCH] cs to path --- nix-darwin/home.nix | 3 +++ 1 file changed, 3 insertions(+) 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"