all repos — nixfiles @ a7d2453e018469dd67c6eeabe033a1919b212078

System and user configuration, managed by nix and home-manager

marvin: keep XCode command-line tools on PATH
Alan Pearce alan@alanpearce.eu
Sat, 15 Mar 2025 19:16:34 +0100
commit

a7d2453e018469dd67c6eeabe033a1919b212078

parent

2215955d8da40f736317d907d671bc9282045482

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M user/marvin.nixuser/marvin.nix
@@ -28,6 +28,9 @@ picocom     ollama
   ];
 
+  home.sessionPath = [
+    "/Library/Developer/CommandLineTools/usr/bin"
+  ];
   launchd.agents = {
     ollama = {
       enable = true;