FAQ: Difference between revisions

imported>Simonmichael
imported>Simonmichael
Line 43: Line 43:
(Rather than having to type out the full package name, then 4-5 characters of the hash.)
(Rather than having to type out the full package name, then 4-5 characters of the hash.)


Also: since the initial part is all of the same length, visually parsing a list of packages is easier.
Also, since the initial part is all of the same length, visually parsing a list of packages is easier.


If you still wonder why, run <code>ls -1 /nix/store | sort -R -t - -k 2 | less</code> in your shell.
If you still wonder why, run <code>ls -1 /nix/store | sort -R -t - -k 2 | less</code> in your shell.