mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Overlays] comment-out power-profiles-daemon patch, since it no longer applies
amd_pstate was just merged, so it shouldn't be needed anymore anyway.
This commit is contained in:
parent
7745f3dc04
commit
92ab1d3a1e
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ in
|
|||
unfreeEnableUnrar = true;
|
||||
};
|
||||
|
||||
power-profiles-daemon = super.power-profiles-daemon.overrideAttrs (old: {
|
||||
/*power-profiles-daemon = super.power-profiles-daemon.overrideAttrs (old: {
|
||||
patches = [
|
||||
# ACPI cpufreq support
|
||||
(super.fetchpatch {
|
||||
|
|
@ -64,7 +64,7 @@ in
|
|||
sha256 = "sha256-UTfbUN/rHUFJ8eXOL3P8LCkBr+TySbEer9ti2e0kAiU=";
|
||||
})
|
||||
];
|
||||
});
|
||||
});*/
|
||||
|
||||
amdctl = super.callPackage ./packages/amdctl.nix {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue