CMU Coding Bootcamp

fix: only use custom zed prediction on desktop

thecoded.prof 2013e010 c240dda9

verified
Changed files
+1 -1
+1 -1
nilla.nix
··· 70 70 }: 71 71 mkShell { 72 72 shellHook = '' 73 - export ZED_PREDICT_EDITS_URL=http://localhost:9000/predict_edits 73 + [ "$(hostname)" = "shorthair" ] && export ZED_PREDICT_EDITS_URL=http://localhost:9000/predict_edits 74 74 ''; 75 75 packages = [ 76 76 pkgs.python314