Skip to content

Commit

Permalink
ci: add update-flake.yml (#6)
Browse files Browse the repository at this point in the history
* ci: add update-flake.yml

* qwq

---------

Co-authored-by: pk5ls20 <pk5ls20@outlook.com>
  • Loading branch information
ulic-youthlic and pk5ls20 authored Feb 6, 2025
1 parent 2736e4f commit b687a93
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/update_flake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: flake-update
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"

jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Check repository
uses: actions/checkout@v4
with:
ref: "lagrange"
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake inputs"
pr-labels: |
dependencies
automated

0 comments on commit b687a93

Please sign in to comment.