flake: use flake-parts (#1208)

Link: https://github.com/danth/stylix/pull/1208

Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
awwpotato 2025-05-16 11:52:15 -07:00 committed by GitHub
parent 49b1eb9371
commit 8b015b5fa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 273 additions and 241 deletions

View file

@ -31,7 +31,7 @@ jobs:
with:
token: ${{ steps.generate-token.outputs.token }}
branch: update_flake_lock_action_${{ matrix.branch }}
commit-msg: "stylix: update all flake inputs"
commit-msg: "flake: update all inputs"
pr-title: "${{ startsWith(matrix.branch, 'release') && format('[{0}] ', matrix.branch) || '' }}stylix: update all flake inputs" # yamllint disable-line rule:line-length
pr-labels: dependencies
# yamllint disable rule:line-length