no env var

This commit is contained in:
2025-03-05 21:25:55 +00:00
parent 5e2c22d314
commit 96b2888fcc

View File

@@ -174,7 +174,6 @@ in
];
initExtra = ''
eval "$(${pkgs.direnv}/bin/direnv hook zsh)"
export ANTHROPIC_API_KEY=$(cat ${config.sops.secrets.anthropic_api_key.path})
'';
};