[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:
Antoine Viallon 2023-05-25 20:32:26 +02:00
parent 7745f3dc04
commit 92ab1d3a1e
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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 {};