Couple power-profiles-daemon and AMD P-State EPP

This commit is contained in:
2024-01-09 13:55:49 +01:00
parent 93f2da8b1f
commit 470a70148a
3 changed files with 35 additions and 7 deletions

23
flake.lock generated
View File

@@ -397,6 +397,26 @@
"type": "github"
}
},
"pp-to-amd-epp": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1700307756,
"narHash": "sha256-PlinfzkBIWJMO9y2kb1b/1CArG6pMJZ6wyolNMdKSJM=",
"owner": "marcinx64",
"repo": "pp-to-amd-epp",
"rev": "0fbac782cd32313864b4e5a0ff975673d6ceda6e",
"type": "github"
},
"original": {
"owner": "marcinx64",
"repo": "pp-to-amd-epp",
"type": "github"
}
},
"pre-commit-hooks-nix": {
"inputs": {
"flake-compat": [
@@ -437,7 +457,8 @@
"nix-index-database": "nix-index-database",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"openconnect-sso": "openconnect-sso"
"openconnect-sso": "openconnect-sso",
"pp-to-amd-epp": "pp-to-amd-epp"
}
},
"rust-overlay": {