Skip to content

Commit

Permalink
nixos/cli: make x86_64 utils only optional
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Sep 19, 2023
1 parent 3ae6707 commit 165f138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
pciutils
powertop
psmisc
usbutils
] ++ lib.optionals (stdenv.isx86_64) [
ryzenadj
turbostat
usbutils
];
};

Expand Down

0 comments on commit 165f138

Please sign in to comment.