From a6c8d7610cfd6eb54381afe0c2935e01530f6824 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 9 Sep 2025 11:57:21 +0200 Subject: [PATCH] k3s: remove unused parameter --- pkgs/applications/networking/cluster/k3s/builder.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/k3s/builder.nix b/pkgs/applications/networking/cluster/k3s/builder.nix index 058970e8b033..6bc8e1344881 100644 --- a/pkgs/applications/networking/cluster/k3s/builder.nix +++ b/pkgs/applications/networking/cluster/k3s/builder.nix @@ -41,7 +41,6 @@ lib: ethtool, fetchFromGitHub, fetchgit, - fetchpatch, fetchurl, fetchzip, findutils,