mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
linuxPackages: clarify comment about downstream kernels
I'm pretty sure this is always what we meant, I just didn't think through all the possibilities of non-upstream kernels that might end up being proposed in future.
This commit is contained in:
parent
3f116e615d
commit
0f10078f7e
|
@ -61,7 +61,7 @@ in {
|
|||
kernels = recurseIntoAttrs (lib.makeExtensible (self: with self;
|
||||
let callPackage = newScope self; in {
|
||||
|
||||
# NOTE: PLEASE DO NOT ADD NEW VENDOR KERNELS TO NIXPKGS.
|
||||
# NOTE: PLEASE DO NOT ADD NEW DOWNSTREAM KERNELS TO NIXPKGS.
|
||||
# New vendor kernels should go to nixos-hardware instead.
|
||||
# e.g. https://github.com/NixOS/nixos-hardware/tree/master/microsoft/surface/kernel
|
||||
|
||||
|
|
Loading…
Reference in a new issue