* The "S" bit should be based on the output path, not the derivation path.
This commit is contained in:
+1
-1
@@ -790,7 +790,7 @@ static void opQuery(Globals & globals,
|
||||
Strings columns;
|
||||
|
||||
if (printStatus) {
|
||||
Substitutes subs = querySubstitutes(noTxn, i->queryDrvPath(globals.state));
|
||||
Substitutes subs = querySubstitutes(noTxn, i->queryOutPath(globals.state));
|
||||
columns.push_back(
|
||||
(string) (installed.find(i->queryOutPath(globals.state))
|
||||
!= installed.end() ? "I" : "-")
|
||||
|
||||
Reference in New Issue
Block a user