1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Merge pull request #10180 from 9999years/rebeccat/flake-check-log

Restore "checking Hydra job" message in `nix flake check`
This commit is contained in:
Eelco Dolstra 2024-03-07 17:48:37 +01:00 committed by GitHub
commit b3b312827c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -482,6 +482,8 @@ struct CmdFlakeCheck : FlakeCommand
checkHydraJobs = [&](const std::string & attrPath, Value & v, const PosIdx pos) {
try {
Activity act(*logger, lvlInfo, actUnknown,
fmt("checking Hydra job '%s'", attrPath));
state->forceAttrs(v, pos, "");
if (state->isDerivation(v))