lix/src
Sidharth Kshatriya 427555861b Print the store paths to be fetched sorted by StorePath name() and not baseName
Presently when nix says something like:

```
these 486 paths will be fetched (511.54 MiB download, 6458.64 MiB unpacked):
 ...path1
 ...path2
 ...path3
    ...
    ...
 ...path486
```

It sorts path1, path2, path3, ..., path486 in lexicographic order of the
store path.

After this commit, nix will show path1, path2, path3, ..., path486 sorted by
StorePath name() (basically everything after the hash) rather than the store path.

This makes it easier to review what exactly is being downloaded at a glance,
especially when many paths need to be fetched.
2023-03-03 21:46:35 +05:30
..
build-remote build-remote: store maxBuildJobs before forcing it to 1 2023-02-07 12:08:00 +01:00
libcmd Merge pull request #7874 from obsidiansystems/fix-no-gc-build 2023-02-21 16:14:51 +01:00
libexpr Merge pull request #7158 from sternenseemann/foldl-strict-accumulation-value 2023-02-19 23:54:14 +01:00
libfetchers Improve comment 2023-02-09 16:42:45 +01:00
libmain Print the store paths to be fetched sorted by StorePath name() and not baseName 2023-03-03 21:46:35 +05:30
libstore Merge pull request #7856 from yorickvP/fix-nsswitch 2023-02-21 09:39:10 +01:00
libutil Merge pull request #7804 from PJungkamp/fix-completions 2023-02-13 11:26:38 +01:00
nix Merge pull request #7755 from obsidiansystems/mix-read-only-mode 2023-02-21 16:13:48 +01:00
nix-build nix-shell: Colour the prompt red if the user is root 2023-02-01 20:50:44 +00:00
nix-channel A setting to follow XDG Base Directory standard 2023-02-10 20:14:06 +04:00
nix-collect-garbage Add missing rethrows in conditional exception handlers 2022-06-10 10:52:41 -07:00
nix-copy-closure copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
nix-env A setting to follow XDG Base Directory standard 2023-02-10 20:14:06 +04:00
nix-instantiate Revert to copyStore = true for nix-instantiate and nix-env 2022-08-23 14:40:27 +02:00
nix-store Fix unused variable warning 2022-12-12 16:41:46 +01:00
resolve-system-dependencies Get rid of most .at calls (#6393) 2022-05-04 07:44:32 +02:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00