Disable jujutsu due to CVE
Some checks failed
/ check (push) Failing after 3m55s

This commit is contained in:
Daniel Flanagan 2024-11-12 10:54:34 -06:00
parent c520b80cee
commit 724c4fdbda

View file

@ -537,7 +537,7 @@
}; };
programs.jujutsu = { programs.jujutsu = {
enable = true; enable = false; # disabling for now due to CVE
}; };
programs.k9s = { programs.k9s = {