Skip to content

Commit adbaedf

Browse files
authored
Merge pull request #643 from nim65s/nix
Nix flake update
2 parents a0811cd + 0addc4f commit adbaedf

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: update-flake-lock
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 11 12 * *'
7+
8+
jobs:
9+
lockfile:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v4
14+
- name: Install Nix
15+
uses: DeterminateSystems/nix-installer-action@main
16+
- name: Update flake.lock
17+
uses: DeterminateSystems/update-flake-lock@main
18+
with:
19+
pr-labels: "no changelog"
20+
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

flake.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)