Fix nix mistkae on darwin (#1628)

See https://github.com/dylanaraps/neofetch/pull/1617#issuecomment-740655977
This commit is contained in:
kanashimia 2021-06-11 10:41:32 +03:00 committed by GitHub
parent 219714c86e
commit 07ae57453a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1644,7 +1644,7 @@ get_packages() {
nix-store -qR /etc/profiles/per-user/"$USER"
}
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
}
;;