diff options
| -rw-r--r-- | .github/workflows/update-nixpkgs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml index 116cc4b..734bf2a 100644 --- a/.github/workflows/update-nixpkgs.yaml +++ b/.github/workflows/update-nixpkgs.yaml @@ -14,5 +14,5 @@ jobs: update: uses: ./.github/workflows/update-lock.yaml with: - commit-msg: "flake: update nixpkgs inputs" + commit-msg: "flake: update nixpkgs" inputs: "nixpkgs nixpkgs-stable" |
