We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0902abb commit e14de85Copy full SHA for e14de85
nixos/modules/services/cluster/kubernetes/kubelet.nix
@@ -336,7 +336,10 @@ in
336
[
337
gitMinimal
338
openssh
339
- util-linux
+ # TODO (#409339): remove this patch. We had to add it to avoid a mass rebuild
340
+ # for the 25.05 release. Once the staging cycle referenced in the above PR completes,
341
+ # switch back to plain util-linux.
342
+ util-linux.withPatches
343
iproute2
344
ethtool
345
thin-provisioning-tools
0 commit comments