Use nix flake update if no inputs are specified

This commit is contained in:
Graham Christensen 2024-05-09 14:15:38 -04:00
parent 7352b7f36b
commit fc5dacd10b
4 changed files with 12 additions and 17 deletions

View file

@ -22,10 +22,10 @@ test("Nix command arguments", () => {
"--log-format",
"raw",
"flake",
"lock",
"update",
"--commit-lock-file",
"--commit-lockfile-summary",
'"just testing"',
"just testing",
],
},
{
@ -43,7 +43,7 @@ test("Nix command arguments", () => {
"rust-overlay",
"--commit-lock-file",
"--commit-lockfile-summary",
'"just testing"',
"just testing",
],
},
{
@ -55,10 +55,10 @@ test("Nix command arguments", () => {
expected: [
"--debug",
"flake",
"lock",
"update",
"--commit-lock-file",
"--commit-lockfile-summary",
'"just testing"',
"just testing",
],
},
];