update nix package paths
This commit is contained in:
parent
e2a7e77a8f
commit
fe8158153e
@ -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"},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user