Skip to content

Commit

Permalink
Merge pull request #643 from nim65s/nix
Browse files Browse the repository at this point in the history
Nix flake update
  • Loading branch information
nim65s authored Feb 11, 2025
2 parents a0811cd + 0addc4f commit adbaedf
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: update-flake-lock

on:
workflow_dispatch:
schedule:
- cron: '0 11 12 * *'

jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-labels: "no changelog"
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adbaedf

Please sign in to comment.