Fix nix mistkae on darwin (#1628)
See https://github.com/dylanaraps/neofetch/pull/1617#issuecomment-740655977
This commit is contained in:
parent
219714c86e
commit
07ae57453a
2
neofetch
2
neofetch
|
@ -1644,7 +1644,7 @@ get_packages() {
|
||||||
nix-store -qR /etc/profiles/per-user/"$USER"
|
nix-store -qR /etc/profiles/per-user/"$USER"
|
||||||
}
|
}
|
||||||
manager=nix-system && tot nix-store -qR /run/current-system/sw
|
manager=nix-system && tot nix-store -qR /run/current-system/sw
|
||||||
manager=nix-user && tot nix-store -qR nix-user-pkgs
|
manager=nix-user && tot nix-user-pkgs
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Reference in New Issue