Merge pull request #7 from SpyHoodle/nixpkgs

This commit is contained in:
Skyler 2022-05-23 22:00:50 +01:00 committed by GitHub
commit 3a7d071529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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