Skip to content

Commit e14de85

Browse files
committed
nixos/kubernetes: use util-linux.withPatches
1 parent 0902abb commit e14de85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nixos/modules/services/cluster/kubernetes/kubelet.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,10 @@ in
336336
[
337337
gitMinimal
338338
openssh
339-
util-linux
339+
# 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
340343
iproute2
341344
ethtool
342345
thin-provisioning-tools

0 commit comments

Comments
 (0)