We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66ff5f commit d354e98Copy full SHA for d354e98
1 file changed
nix/home.nix
@@ -60,6 +60,7 @@ in
60
nixd
61
nixfmt
62
nodejs-slim
63
+ opencommit
64
osc
65
powershell
66
powershell-editor-services
@@ -253,7 +254,10 @@ in
253
254
fi
255
256
if ! grep -q "export LITELLM_API_KEY" "${localZshEnv}"; then
- echo "export LITELLM_API_KEY=\"LITELLM_API_KEY\"" >> "${localZshEnv}"
257
+ echo "export LITELLM_API_KEY=\"input_LITELLM_API_KEY_here\"" >> "${localZshEnv}"
258
+ fi
259
+ if ! grep -q "export HF_TOKEN" "${localZshEnv}"; then
260
+ echo "export HF_TOKEN=\"input_HF_TOKEN_here\"" >> "${localZshEnv}"
261
262
'';
263
0 commit comments