nits on the nits

This commit is contained in:
Graham Christensen 2024-05-09 15:47:03 -04:00
parent da64c8c904
commit 28eac596e7

View File

@ -28,7 +28,7 @@ class UpdateFlakeLockAction {
async update(): Promise<void> {
// 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:
// 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"