AdnanHodzic / auto-cpufreq

Automatic CPU speed & power optimizer for Linux
https://foolcontrol.org/?p=4603
GNU Lesser General Public License v3.0
5.68k stars 280 forks source link

Nix: fix duplicated package #701

Closed shadeyg56 closed 4 months ago

shadeyg56 commented 4 months ago

I noticed when messing with my Nix config, that there were 2 versions of auto-cpufreq being installed, which didn't seem right. Took a look at our Nix module, and noticed it was pulling in the outdated version of auto-cpufreq from the nixpkgs repo alongside the git version

This is just a simple fix to stop it from pulling the unnecessary package and dependencies