nix-store --gc --print-roots | grep -v "{censored}" | column -t | sort -k3 -k1
nix-store -q --requisites /run/current-system | cut -d- -f2- | sort | uniq
nix path-info -hsr /run/current-system/ | sort -hrk2 | head -n10
nix path-info -hSr /run/current-system/ | sort -hrk2 | head -n10
nix-store -q --tree $(realpath $(which htop))
nix path-info -hSr nixpkgs#htop