kernel: remove amdgpu overheating workaround

This commit is contained in:
Leonardo Eugênio 2023-06-17 21:30:48 -03:00
parent 43a0ce5d0f
commit 4e84cb32c2
4 changed files with 0 additions and 90 deletions

View file

@ -5,5 +5,4 @@
plymouth-theme-red = pkgs.callPackage ./plymouth-theme-red.nix { inherit inputs; };
cargo-checkmate = pkgs.callPackage ./cargo-checkmate.nix { };
lipsum = pkgs.callPackage ./lipsum.nix { inherit inputs; };
amdgpu-kernel-module = pkgs.callPackage ./amdgpu-kernel-module.nix { };
}