Skip to content

Commit 1628871

Browse files
authored
ci: add update-flake-lock workflow (#1424)
Signed-off-by: Sora Morimoto <[email protected]>
1 parent bbc3868 commit 1628871

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Update Nix Flake Lock
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: 0 0 * * 0
7+
8+
jobs:
9+
lockfile:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v4
14+
- uses: cachix/install-nix-action@v30
15+
with:
16+
nix_path: nixpkgs=channel:nixos-unstable
17+
- uses: DeterminateSystems/update-flake-lock@v24
18+
with:
19+
pr-labels: |
20+
dependencies
21+
no changelog

0 commit comments

Comments
 (0)