all repos — nixfiles @ a7d2453e018469dd67c6eeabe033a1919b212078

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

marvin: keep XCode command-line tools on PATH

Alan Pearce
commit

a7d2453e018469dd67c6eeabe033a1919b212078

parent

2215955d8da40f736317d907d671bc9282045482

1 file 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;