forked from lix-project/lix
cc46ea1630
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.
10 lines
302 B
JSON
10 lines
302 B
JSON
{
|
|
"ca": "fixed:r:sha256:1lr187v6dck1rjh2j6svpikcfz53wyl3qrlcbb405zlh13x0khhh",
|
|
"narHash": "sha256-FePFYIlMuycIXPZbWi7LGEiMmZSX9FMbaQenWBzm1Sc=",
|
|
"narSize": 34878,
|
|
"references": [
|
|
"/nix/store/g1w7hy3qg1w7hy3qg1w7hy3qg1w7hy3q-bar",
|
|
"/nix/store/n5wkd9frr45pa74if5gpz9j7mifg27fh-foo"
|
|
]
|
|
}
|