docker: zfs patch is in >= 23.x

This commit is contained in:
Mark Vainomaa
2023-08-01 23:21:49 +03:00
parent 3b6b64775d
commit c13044c93c
@@ -97,7 +97,7 @@ rec {
extraUserPath = lib.optionals (stdenv.isLinux && !clientOnly) (lib.makeBinPath [ rootlesskit slirp4netns fuse-overlayfs ]);
patches = [
patches = lib.optionals (lib.versionOlder version "23") [
# This patch incorporates code from a PR fixing using buildkit with the ZFS graph driver.
# It could be removed when a version incorporating this patch is released.
(fetchpatch {