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

@ -24,7 +24,7 @@ test("Nix command arguments", () => {
"flake",
"lock",
"--commit-lock-file",
"--commit-lock-file-summary",
"--commit-lockfile-summary",
'"just testing"',
],
},
@ -42,7 +42,7 @@ test("Nix command arguments", () => {
"--update-input",
"rust-overlay",
"--commit-lock-file",
"--commit-lock-file-summary",
"--commit-lockfile-summary",
'"just testing"',
],
},
@ -57,7 +57,7 @@ test("Nix command arguments", () => {
"flake",
"lock",
"--commit-lock-file",
"--commit-lock-file-summary",
"--commit-lockfile-summary",
'"just testing"',
],
},