Remove most python packages and use default python version.

This commit is contained in:
Kevin Baensch 2024-05-09 16:56:17 +02:00
parent a85f79ca05
commit 2be01a1edc
Signed by: derped
GPG key ID: C0F1D326C7626543
2 changed files with 3 additions and 34 deletions

View file

@ -20,5 +20,5 @@ with lib;
];
};
};
machine.pkgsets.python3.pkgs = with pkgs.python310Packages; [py3status pytz tzlocal];
machine.pkgsets.python3.pkgs = with pkgs.python3Packages; [py3status pytz tzlocal];
}