From 28eac596e7c6196fcf8ef7070f7b4b65c1ca85e7 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 9 May 2024 15:47:03 -0400 Subject: [PATCH] nits on the nits --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b1a203f..fd0b864 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,7 +28,7 @@ class UpdateFlakeLockAction { async update(): Promise { // 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"