mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-07-02 19:33:49 +03:00
Fixup support for Nix 2.23.0 and later
This commit is contained in:
parent
b0723e0fae
commit
db4ee38117
4 changed files with 27 additions and 6 deletions
|
@ -24,7 +24,8 @@ test("Nix command arguments", () => {
|
|||
"flake",
|
||||
"update",
|
||||
"--commit-lock-file",
|
||||
"--commit-lockfile-summary",
|
||||
"--option",
|
||||
"commit-lockfile-summary",
|
||||
"just testing",
|
||||
],
|
||||
},
|
||||
|
@ -42,7 +43,8 @@ test("Nix command arguments", () => {
|
|||
"--update-input",
|
||||
"rust-overlay",
|
||||
"--commit-lock-file",
|
||||
"--commit-lockfile-summary",
|
||||
"--option",
|
||||
"commit-lockfile-summary",
|
||||
"just testing",
|
||||
],
|
||||
},
|
||||
|
@ -57,7 +59,8 @@ test("Nix command arguments", () => {
|
|||
"flake",
|
||||
"update",
|
||||
"--commit-lock-file",
|
||||
"--commit-lockfile-summary",
|
||||
"--option",
|
||||
"commit-lockfile-summary",
|
||||
"just testing",
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue