Skip to content

Commit

Permalink
Update lib/modules/manager/nix/extract.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
SuperSandro2000 and viceice authored Jan 23, 2025
1 parent 27a61a2 commit 3aa851d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/modules/manager/nix/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export async function extractPackageFile(
// istanbul ignore if: if we are not in a root node then original and locked always exist which cannot be easily expressed in the type
if (flakeLocked === undefined || flakeOriginal === undefined) {
logger.debug(
{ packageLockFile },
`Found empty flake input '${JSON.stringify(flakeInput)}', skipping`,
{ packageLockFile, flakeInput },
`Found empty flake input, skipping`,
);
continue;
}
Expand Down

0 comments on commit 3aa851d

Please sign in to comment.