mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Remote nullptr
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
46f6505865
commit
8152c5c828
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ StorePathSet Store::queryValidPaths(const StorePathSet & paths, SubstituteFlag m
|
|||
if (exists)
|
||||
state->valid.insert(path);
|
||||
|
||||
if (newExc != nullptr)
|
||||
if (newExc)
|
||||
state->exc = newExc;
|
||||
|
||||
assert(state->left);
|
||||
|
|
Loading…
Reference in a new issue