Skip to content

Commit 0902abb

Browse files
committed
k3s: use util-linuxMinimal.withPatches
1 parent 99e6554 commit 0902abb

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

pkgs/applications/networking/cluster/k3s/builder.nix

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -333,16 +333,10 @@ let
333333
}).overrideAttrs
334334
overrideContainerdAttrs;
335335

336-
# TODO (#405952): remove this patch. We had to add it to avoid a mass rebuild
337-
# for the 25.05 release. Once the above PR is merged, switch back to plain util-linuxMinimal.
338-
k3sUtilLinux = util-linuxMinimal.overrideAttrs (prev: {
339-
patches =
340-
prev.patches or [ ]
341-
++ lib.singleton (fetchpatch {
342-
url = "https://github.com/util-linux/util-linux/commit/7dbfe31a83f45d5aef2b508697e9511c569ffbc8.patch";
343-
hash = "sha256-bJqpZiPli5Pm/XpDA445Ab5jesXrlcnaO6e4V0B3rSw=";
344-
});
345-
});
336+
# TODO (#409339): remove this patch. We had to add it to avoid a mass rebuild
337+
# for the 25.05 release. Once the staging cycle referenced in the above PR completes,
338+
# switch back to plain util-linuxMinimal.
339+
k3sUtilLinux = util-linuxMinimal.withPatches;
346340
in
347341
buildGoModule rec {
348342
pname = "k3s";

0 commit comments

Comments
 (0)