packages: Count nix-default. Closes #1317

parent 6ae64c59
...@@ -1459,8 +1459,9 @@ get_packages() { ...@@ -1459,8 +1459,9 @@ get_packages() {
} }
has nix-store && { has nix-store && {
manager=nix-system && tot nix-store -q --requisites "/run/current-system/sw" manager=nix-system && tot nix-store -q --requisites /run/current-system/sw
manager=nix-user && tot nix-store -q --requisites "$HOME/.nix-profile" manager=nix-user && tot nix-store -q --requisites ~/.nix-profile
manager=nix-default && tot nix-store -q --requisites /nix/var/nix/profiles/default
} }
# pkginfo is also the name of a python package manager which is painfully slow. # pkginfo is also the name of a python package manager which is painfully slow.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment