feat(work.nix): source splunk MCP token too
CI / flake (pull_request) Successful in 3m51s

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