mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Optimizations] Remove opensshOptimized from overlays
This commit is contained in:
parent
9c8fe156d9
commit
3bb5deece0
2 changed files with 0 additions and 4 deletions
|
|
@ -117,9 +117,6 @@ in {
|
|||
})
|
||||
|
||||
(self: super: {
|
||||
opensshOptimized = optimizePkg {
|
||||
recursive = 0;
|
||||
} super.openssh;
|
||||
htop = optimizePkg {
|
||||
} super.htop;
|
||||
nano = optimizePkg {
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ in
|
|||
enableWideVine = true;
|
||||
};
|
||||
|
||||
opensshOptimized = super.opensshOptimized or super.openssh;
|
||||
|
||||
power-profiles-daemon = super.power-profiles-daemon.overrideAttrs (old: {
|
||||
patches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue