nix-super/tests
Maximilian Bosch c80cd6bb06
path-info: print correct path when using nix path-info --store file://... --all --json
When querying all paths in a binary cache store, the path's representation
is `<hash>-x` (where `x` is the value of `MissingName`) because the .narinfo
filenames only contain the hash.

Before cc46ea1630 this worked correctly,
because the entire path info was read and the path from this
representation was printed, i.e. in the form `<hash>-<name>`. Since then
however, the direct result from `queryAllValidPaths()` was used as `path`.

Added a regression test to make sure the behavior remains correct.
2024-04-05 21:29:55 +02:00
..
functional path-info: print correct path when using nix path-info --store file://... --all --json 2024-04-05 21:29:55 +02:00
installer updated store ping to store info in files 2023-10-18 00:14:11 +05:30
nixos Merge pull request #10340 from edolstra/trust-github 2024-04-02 16:08:57 +02:00
unit Fix some portability issues with the new C bindings 2024-04-05 00:54:47 -04:00