stylix: add generated all-maintainers file (#1654)
Link: https://github.com/nix-community/stylix/pull/1654 Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk> Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk> Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
e4cc192b26
commit
f826d3214b
7 changed files with 284 additions and 5 deletions
8
.github/workflows/update-flake.yml
vendored
8
.github/workflows/update-flake.yml
vendored
|
|
@ -61,6 +61,14 @@ jobs:
|
|||
--flake ./flake/dev \
|
||||
--option commit-lock-file-summary "flake: update dev inputs"
|
||||
|
||||
# The nixpkgs maintainers may have changed, so keep all-maintainers
|
||||
# in sync
|
||||
nix run .#all-maintainers
|
||||
|
||||
git add stylix/generated/all-maintainers.nix
|
||||
git commit --message "stylix: update all-maintainers list" ||
|
||||
echo "generated/all-maintainers.nix has no changes"
|
||||
|
||||
- name: create pull request
|
||||
env:
|
||||
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue