Change to nix system package number

This commit is contained in:
Maddie H 2022-05-23 21:52:28 +01:00
parent 60f176340b
commit ed446bf3b3
No known key found for this signature in database
GPG Key ID: 63900F0992F8C7B3

View File

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