mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-15 14:23:56 +00:00
fix: skip broken checkPhase for kubernetes-helm 4.2.0
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
_inputs: _final: prev: {
|
||||
|
||||
kubernetes-helm = prev.kubernetes-helm.overrideAttrs (_old: {
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user