update nix package paths for compatibility with new directory structure
This commit is contained in:
parent
f59072b98e
commit
62a3b3ff12
@ -49,7 +49,7 @@ func GetPkgs() string {
|
|||||||
name, path string
|
name, path string
|
||||||
}{
|
}{
|
||||||
{"pacman", "/var/lib/pacman/local"},
|
{"pacman", "/var/lib/pacman/local"},
|
||||||
{"nix", os.Getenv("HOME") + "/.local/state/nix/profiles/profile/bin"},
|
{"nix-user", os.Getenv("HOME") + "/.local/state/nix/profiles/profile/bin"},
|
||||||
{"nix", "/run/current-system/sw/bin"},
|
{"nix", "/run/current-system/sw/bin"},
|
||||||
{"apt", "/var/lib/apt"},
|
{"apt", "/var/lib/apt"},
|
||||||
{"dnf", "/var/lib/dnf"},
|
{"dnf", "/var/lib/dnf"},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user