hosts/framenix: install amd-debug-tools
for e.g. amd-s2idle debugging
This commit is contained in:
parent
4ea0098c0a
commit
1f369a4101
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
let
|
||||
unstable =
|
||||
config.inputInjection.flake-inputs.nixos-unstable.legacyPackages.${config.nixpkgs.hostPlatform};
|
||||
config.inputInjection.flake-inputs.nixos-unstable.legacyPackages.${config.nixpkgs.hostPlatform.system};
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -83,5 +83,6 @@ in
|
|||
environment.systemPackages = [
|
||||
pkgs.radeontop
|
||||
pkgs.framework-tool
|
||||
unstable.amd-debug-tools
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue