From 03ab7b4a76b0035e86ce4f440eb5695ed5ecb901 Mon Sep 17 00:00:00 2001 From: skye Date: Mon, 23 Mar 2026 20:32:45 -0400 Subject: [PATCH] package.nix: Remove unused linuxPackages input This input was added in cl/2884, but was unused even then. The `linuxPackages` within `buildPackages` is used instead. Change-Id: I71c522ef683aa098eac0b356b22007ba6a6a6964 --- package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/package.nix b/package.nix index 0d8c25b0c..fa3dae05a 100644 --- a/package.nix +++ b/package.nix @@ -32,7 +32,6 @@ libcpuid, libseccomp, libsystemtap, - linuxPackages, lix-clang-tidy ? null, llvmPackages, lsof,