* Oops, the "I" bit in "nix-env -qas" was broken. Reported by Nicolae Vintila.
This commit is contained in:
parent
1029716a8a
commit
db2275cb99
|
@ -750,7 +750,7 @@ static void opQuery(Globals & globals,
|
|||
/* Obtain derivation information from the specified source. */
|
||||
UserEnvElems availElems, installedElems;
|
||||
|
||||
if (source == sInstalled || compareVersions) {
|
||||
if (source == sInstalled || compareVersions || printStatus) {
|
||||
installedElems = queryInstalled(globals.state, globals.profile);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue