update nix package paths

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

View File

@ -49,8 +49,9 @@ func GetPkgs() string {
name, path string name, path string
}{ }{
{"pacman", "/var/lib/pacman/local"}, {"pacman", "/var/lib/pacman/local"},
{"nix-user", "~/.nix-profile/lib/nix/profiles/per-user"}, {"nix-user", "~/.nix-profile"},
{"nix", "/nix/store"}, {"nix-system", "/nix/var/nix/profiles/system"},
{"nix", "/run/current-system/sw"},
{"apt", "/var/lib/apt"}, {"apt", "/var/lib/apt"},
{"dnf", "/var/lib/dnf"}, {"dnf", "/var/lib/dnf"},
{"zypper", "/var/lib/zypp"}, {"zypper", "/var/lib/zypp"},