Skip to content

Commit

Permalink
Merge pull request #375 from turion/dev_update_flake_lock
Browse files Browse the repository at this point in the history
Update flake lock automatically
  • Loading branch information
turion authored Nov 29, 2024
2 parents 5ee4f6d + a6be208 commit 4174dd6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: update-flake-lock
on:
schedule:
- cron: '0 15 * * 2' # runs weekly on Tuesday at 15:00

jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v30
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

0 comments on commit 4174dd6

Please sign in to comment.