You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then maybe --all should error out on stores where it's considered too expensive? Giving incorrect information instead seems like a bad idea.
EDIT: also, this command does read all the narinfos and reports wrong path names. This is the case even if --json is given, which necessarily reads the narinfos anyway.
Describe the bug
When
nix path-info --all
is used on a flat-file binary cache, the names of the store paths are all replaced withx
:Nix 2.4:
Nix 2.3.x:
Steps To Reproduce
nix-build '<nixpkgs>' -A hello && nix copy --to file:///tmp/cache ./result && nix path-info --store file:///tmp/cache --all
Expected behavior
All paths are printed with their names.
nix-env (Nix) 2.4
The text was updated successfully, but these errors were encountered: