Update packages.py

This commit is contained in:
Madeleine 2022-05-23 22:00:11 +01:00 committed by GitHub
parent ed446bf3b3
commit 1caa27f109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@ commands = [
"yum list installed",
"dnf list installed",
"qlist -I",
"nix-store -qR /run/current-system/sw",
"rpm -qa",
"nix-store -qR /run/current-system/sw"
]
def get_num_packages() -> (int, bool):