Nix/unit-test-data/libstore
John Ericson cc46ea1630 Make nix path-info --json return an object not array
Before it returned a list of JSON objects with store object information,
including the path in each object. Now, it maps the paths to JSON
objects with the metadata sans path.

This matches how `nix derivation show` works.

Quite hillariously, none of our existing functional tests caught this
change to `path-info --json` though they did use it. So just new
functional tests need to be added.
2023-11-06 11:06:31 -05:00
..
common-protocol Unit test the "common protocol" too 2023-10-09 16:57:03 -04:00
derivation Turn derivation unit tests into unit characterization tests 2023-10-26 18:09:01 -04:00
nar-info Make nix path-info --json return an object not array 2023-11-06 11:06:31 -05:00
path-info Make nix path-info --json return an object not array 2023-11-06 11:06:31 -05:00
serve-protocol Factor out serialization for BuildResult 2023-10-20 15:19:28 -04:00
worker-protocol Factor out UnkeyedValidPathInfo and test 2023-10-20 15:21:04 -04:00