nits
This commit is contained in:
parent
3fa85bcf4c
commit
da64c8c904
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ class UpdateFlakeLockAction {
|
||||||
|
|
||||||
async update(): Promise<void> {
|
async update(): Promise<void> {
|
||||||
// Nix command of this form:
|
// Nix command of this form:
|
||||||
// nix ${maybe nix options} flake lock ${maybe --update-input flags} --commit-lock-file --commit-lockfile-summary ${commit message}
|
// nix ${maybe nix options} flake ${update" or "lock"} ${maybe --update-input flags} --commit-lock-file --commit-lockfile-summary ${commit message}
|
||||||
// Example commands:
|
// Example commands:
|
||||||
// nix --extra-substituters https://example.com flake lock --update-input nixpkgs --commit-lock-file --commit-lockfile-summary "updated flake.lock"
|
// nix --extra-substituters https://example.com flake lock --update-input nixpkgs --commit-lock-file --commit-lockfile-summary "updated flake.lock"
|
||||||
// nix flake lock --commit-lock-file --commit-lockfile-summary "updated flake.lock"
|
// nix flake update --commit-lock-file --commit-lockfile-summary "updated flake.lock"
|
||||||
const nixCommandArgs: string[] = makeNixCommandArgs(
|
const nixCommandArgs: string[] = makeNixCommandArgs(
|
||||||
this.nixOptions,
|
this.nixOptions,
|
||||||
this.flakeInputs,
|
this.flakeInputs,
|
||||||
|
|
Loading…
Reference in a new issue