From 6739ee06bf4e64fab9cc76f7371d1c1fc19e0de4 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 9 Sep 2025 11:56:45 +0200 Subject: [PATCH] k3s: replace `makeWrapper` with `makeBinaryWrapper` --- pkgs/applications/networking/cluster/k3s/builder.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/k3s/builder.nix b/pkgs/applications/networking/cluster/k3s/builder.nix index ca7abb1723b5..058970e8b033 100644 --- a/pkgs/applications/networking/cluster/k3s/builder.nix +++ b/pkgs/applications/networking/cluster/k3s/builder.nix @@ -55,7 +55,7 @@ lib: kmod, lib, libseccomp, - makeWrapper, + makeBinaryWrapper, nixosTests, overrideBundleAttrs ? { }, # An attrSet/function to override the `k3sBundle` derivation. overrideCniPluginsAttrs ? { }, # An attrSet/function to override the `k3sCNIPlugins` derivation. @@ -391,7 +391,7 @@ buildGoModule (finalAttrs: { buildInputs = finalAttrs.k3sRuntimeDeps; nativeBuildInputs = [ - makeWrapper + makeBinaryWrapper rsync yq-go zstd