tangled
alpha
login
or
join now
thecoded.prof
/
CMU
CMU Coding Bootcamp
0
fork
atom
overview
issues
pulls
pipelines
fix: only use custom zed prediction on desktop
thecoded.prof
2 months ago
2013e010
c240dda9
verified
This commit was signed with the committer's
known signature
.
thecoded.prof
SSH Key Fingerprint:
SHA256:ePn0u8NlJyz3J4Zl9MHOYW3f4XKoi5K1I4j53bwpG0U=
options
unified
split
Changed files
+1
-1
nilla.nix
+1
-1
nilla.nix
···
70
70
}:
71
71
mkShell {
72
72
shellHook = ''
73
73
-
export ZED_PREDICT_EDITS_URL=http://localhost:9000/predict_edits
73
73
+
[ "$(hostname)" = "shorthair" ] && export ZED_PREDICT_EDITS_URL=http://localhost:9000/predict_edits
74
74
'';
75
75
packages = [
76
76
pkgs.python314