Skip to content

Commit f36e381

Browse files
committed
final touches
1 parent 2a12c8c commit f36e381

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/update-flake.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: flake bump
33
on:
44
schedule:
55
- cron: "0 10 */2 * *" # 12:00 CEST
6-
workflow_dispatch:
76

87
permissions:
98
contents: write
@@ -13,12 +12,7 @@ jobs:
1312
runs-on: ubuntu-latest
1413
steps:
1514
- uses: actions/checkout@v5
16-
with:
17-
fetch-depth: 0
18-
1915
- uses: cachix/install-nix-action@v31
20-
with:
21-
extra_nix_config: allow-unfree = true
2216

2317
- name: bump flake.lock
2418
id: bump

0 commit comments

Comments
 (0)