Merge pull request #98618 from jbaum98/tlp-aarch64
tlp: Add support for non-x86 platforms
This commit is contained in:
commit
76d6af32e0
@ -87,8 +87,8 @@
|
|||||||
smartmontools
|
smartmontools
|
||||||
systemd
|
systemd
|
||||||
utillinux
|
utillinux
|
||||||
x86_energy_perf_policy
|
|
||||||
] ++ lib.optional enableRDW networkmanager
|
] ++ lib.optional enableRDW networkmanager
|
||||||
|
++ lib.optional (lib.any (lib.meta.platformMatch stdenv.hostPlatform) x86_energy_perf_policy.meta.platforms) x86_energy_perf_policy
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user