lol

kubernetes: use util-linuxMinimal instead of util-linux.withPatches

This, and commits to k3s and util-linux close #409339.
The util-linux.withPatches API was a temporary hack for the 25.05
release to fix Kubernetes, and is going away.

While we're at it, we should use util-linuxMinimal because we do not
need things such as systemd support for kubelet initialization.

+1 -4
+1 -4
nixos/modules/services/cluster/kubernetes/kubelet.nix
··· 336 336 [ 337 337 gitMinimal 338 338 openssh 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 339 + util-linuxMinimal 343 340 iproute2 344 341 ethtool 345 342 thin-provisioning-tools