linux-kernels: remove global with

This commit is contained in:
Aliaksandr
2025-10-30 22:38:49 +02:00
parent 03bb7d8195
commit 94ed560a95
+12 -2
View File
@@ -16,10 +16,20 @@
# - Update packageAliases.linux_latest to the latest version
# - Update linux_latest_hardened when the patches become available
with linuxKernel;
let
inherit (lib) recurseIntoAttrs dontRecurseIntoAttrs;
inherit (linuxKernel)
kernels
kernelPatches
manualConfig
packages
packagesFor
packageAliases
vanillaPackages
rtPackages
rpiPackages
;
markBroken =
drv:
drv.overrideAttrs (