Skip to content

Commit

Permalink
fixup! Print derivation paths
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Sep 1, 2023
1 parent 0a0e8f3 commit 68c7d49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nix/flake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ struct CmdFlakeCheck : FlakeCommand
if (storePath) {
logger->log(lvlInfo,
fmt("derivation evaluated to %s",
attrPath,
store->printStorePath(storePath.value())));
}
return storePath;
Expand Down

0 comments on commit 68c7d49

Please sign in to comment.