mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-11 21:16:10 +01:00
mnt-reform: Add name parameter to kernel patches
This commit is contained in:
parent
a31d53a0b2
commit
6ae02e4ebd
1 changed files with 4 additions and 1 deletions
|
|
@ -30,7 +30,10 @@ let
|
|||
};
|
||||
|
||||
kernelPatches =
|
||||
(map (patch: { patch = "${reformDebianPackages}/${patch}"; }) (import ./kernelPatches.nix))
|
||||
(map (patch: {
|
||||
name = patch;
|
||||
patch = "${reformDebianPackages}/${patch}";
|
||||
}) (import ./kernelPatches.nix))
|
||||
++ [
|
||||
{
|
||||
name = "reform-dts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue