Merge pull request #190 from NixOS/ci

update flakes before extension
This commit is contained in:
Jörg Thalheim 2025-03-22 09:12:43 +01:00 committed by GitHub
commit 39eee48e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ permissions:
pull-requests: write
contents: write
jobs:
update-extensions:
update-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -17,10 +17,10 @@ jobs:
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix flake update
- run: ./modules/nixos-wiki/update-extensions.py ./modules/nixos-wiki/extensions.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake update
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with: