deleted old gpg keys, fix for flatpak count

This commit is contained in:
nekohepott 2026-06-17 04:16:28 +03:00
parent 4919ffc8cf
commit 06630aebf9
No known key found for this signature in database

View File

@ -54,7 +54,7 @@ func GetPkgs() string {
getPmPackages("nix-user", "~/.nix-profile/lib/nix/profiles/per-user"),
getPmPackages("nix", "/nix/store"),
getPmPackages("apk", "/etc/apk/"),
getPmPackages("flatpak", "/var/lib/flatpak"),
getPmPackages("flatpak", "/var/lib/flatpak/app"),
}
var pkgsList []string
for _, p := range rawPkgs {