update to NixOS 24.05
This commit is contained in:
parent
732926fcd4
commit
563811c3ba
8 changed files with 51 additions and 59 deletions
|
@ -1,11 +1 @@
|
|||
final: prev: {
|
||||
power-profiles-daemon = prev.power-profiles-daemon.overrideAttrs (old: {
|
||||
patches = [
|
||||
# patch for AMD pstate CPUs
|
||||
(final.fetchpatch {
|
||||
url = "https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/merge_requests/127.patch";
|
||||
sha256 = "sha256-CneqixlpZx9iZ0PM5MFIutsvnqKrLlM7FHOHUA/MK6g=";
|
||||
})
|
||||
];
|
||||
});
|
||||
}
|
||||
final: prev: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue