Install packages needed to run amd_s2idle.

This commit is contained in:
Tom Alexander
2025-01-07 23:02:22 -05:00
parent 8b074617e8
commit ead5db241e
2 changed files with 9 additions and 1 deletions

View File

@@ -9,7 +9,12 @@
imports = [ ];
environment.systemPackages = with pkgs; [
python3
(python3.withPackages (python-pkgs: [
python-pkgs.distro # For https://gitlab.freedesktop.org/drm/amd/-/blob/master/scripts/amd_s2idle.py
python-pkgs.pyudev # For https://gitlab.freedesktop.org/drm/amd/-/blob/master/scripts/amd_s2idle.py
python-pkgs.systemd # For https://gitlab.freedesktop.org/drm/amd/-/blob/master/scripts/amd_s2idle.py
python-pkgs.packaging # For https://gitlab.freedesktop.org/drm/amd/-/blob/master/scripts/amd_s2idle.py
]))
poetry
pyright
isort