lockfile-summary, d'oh

This commit is contained in:
Graham Christensen 2024-05-06 17:45:12 -04:00
parent 6d82bce8ec
commit 7352b7f36b
7 changed files with 15 additions and 15 deletions

View file

@ -14,7 +14,7 @@ export function makeNixCommandArgs(
.concat(flakeInputFlags)
.concat([
"--commit-lock-file",
"--commit-lock-file-summary",
"--commit-lockfile-summary",
`"${commitMessage}"`,
]);
}