linux-kernels: remove global with
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user