mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2024-12-23 13:32:07 +01:00
nits on the nits
This commit is contained in:
parent
da64c8c904
commit
28eac596e7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ 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 ${update" or "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 update --commit-lock-file --commit-lockfile-summary "updated flake.lock"
|
// nix flake update --commit-lock-file --commit-lockfile-summary "updated flake.lock"
|
||||||
|
|
Loading…
Reference in a new issue