mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Overlays] cleanup dead code
This commit is contained in:
parent
f835a985f4
commit
d8a04c95ba
1 changed files with 0 additions and 11 deletions
11
overlays.nix
11
overlays.nix
|
|
@ -57,17 +57,6 @@ in
|
|||
unfreeEnableUnrar = true;
|
||||
};
|
||||
|
||||
/*power-profiles-daemon = super.power-profiles-daemon.overrideAttrs (old: {
|
||||
patches = [
|
||||
# ACPI cpufreq support
|
||||
(super.fetchpatch {
|
||||
url = "https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/commit/7ccd832b96d2a0ac8911587d3fa9d18e19bd5587.diff";
|
||||
sha256 = "sha256-UTfbUN/rHUFJ8eXOL3P8LCkBr+TySbEer9ti2e0kAiU=";
|
||||
})
|
||||
];
|
||||
});*/
|
||||
|
||||
|
||||
})
|
||||
(final: prev: {
|
||||
# Use our kernel for generating linux man pages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue