diff --git a/src/nix/search.cc b/src/nix/search.cc index 5bb376f8f..6e099ce37 100644 --- a/src/nix/search.cc +++ b/src/nix/search.cc @@ -185,6 +185,8 @@ struct CmdSearch : SourceExprCommand, MixJSON if (useCache && pathExists(jsonCacheFileName)) { + warn("using cached results; pass '-u' to update the cache"); + Value vRoot; parseJSON(*state, readFile(jsonCacheFileName), vRoot);