fix(nixpkgs): use fork with cpupower fix

This commit is contained in:
steveej 2024-12-05 11:07:42 +01:00
parent 80d92e5c1f
commit b116d698f4
2 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:steveej-forks/nixpkgs/steveej-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.13-rc1";