CMU Coding Bootcamp

fix: use selfhosted zed next edit prediction

thecoded.prof e3c84be5 8e48c8aa

verified
Changed files
+3
+3
nilla.nix
··· 69 69 ... 70 70 }: 71 71 mkShell { 72 + shellHook = '' 73 + export ZED_PREDICT_EDITS_URL=http://localhost:9000/predict_edits 74 + ''; 72 75 packages = [ 73 76 pkgs.python314 74 77 pkgs.black