Skip to content

Commit

Permalink
ci: add update flake lock
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Jan 25, 2024
1 parent cea2a3a commit 2fa9492
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'

jobs:
lockfile:
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Check flake
uses: DeterminateSystems/flake-checker-action@v5
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v20

0 comments on commit 2fa9492

Please sign in to comment.