Follow up of https://gerrit.lix.systems/c/lix/+/5346?tab=comments for the obvious pieces. Change-Id: If0f640f786b0778d016187cb24c0513a48b5a30b Signed-off-by: Raito Bezarius <raito@lix.systems>
12 lines
411 B
Markdown
12 lines
411 B
Markdown
---
|
|
synopsis: "`nix path-info` no longer lies to the user about fetching paths"
|
|
cls: [4866]
|
|
issues: [fj#323]
|
|
category: "Improvements"
|
|
credits: [thubrecht]
|
|
---
|
|
|
|
When running `nix path-info` with an installable that is not present in the store, Lix no longer
|
|
tells the user which paths are missing and that they will be fetched, as the documentation clearly
|
|
states that this command does not fetch missing paths.
|