feat(work.nix): source splunk MCP token too
CI / flake (pull_request) Failing after 2m49s

This commit is contained in:
Emma Thorpe
2026-07-14 15:58:00 +01:00
parent eb89beb97e
commit 3ee4b550d7
+1
View File
@@ -60,6 +60,7 @@
# the file holds secrets, so it is kept out of the world-readable nix store.
programs.zsh.envExtra = ''
[ -f "$HOME/.jenkinsenv" ] && . "$HOME/.jenkinsenv"
[ -f "$HOME/.splunkenv" ] && . "$HOME/.splunkenv"
'';
programs.tmux = {
# kube context/namespace in the status line. kube-tmux is pinned as a flake