From 1e494e2d60f420bc70b1763e69277527feb52fd9 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Tue, 14 Jan 2025 14:20:44 +0100 Subject: [PATCH] jdk --- nix-darwin/home.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index e264039..88a633a 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -161,11 +161,12 @@ python3 python312Packages.pip - # scala - metals + # Scala + # metals # handled by coursier scalafmt sbt coursier + jdk # formatters shfmt @@ -237,7 +238,7 @@ export PATH="$PATH:$HOME/.ghcup/bin" # CS (Scala) - export PATH="$PATH:$HOME/Library/Application\ Support/Coursier/bin" + 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"