Skip to content

Commit

Permalink
ci: add update-flake-lock workflow (#1424)
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto authored Dec 19, 2024
1 parent bbc3868 commit 1628871
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Update Nix Flake Lock

on:
workflow_dispatch:
schedule:
- cron: 0 0 * * 0

jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/update-flake-lock@v24
with:
pr-labels: |
dependencies
no changelog

0 comments on commit 1628871

Please sign in to comment.