We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
update flake lock
1 parent 29fb17b commit 8093465Copy full SHA for 8093465
.github/workflows/update-flake-lock.yml
@@ -1,6 +1,11 @@
1
name: Flake Lock Update
2
3
on:
4
+ # Enable option to run on nixos-module push to main branch
5
+ repository_dispatch:
6
+ types:
7
+ - flake-update
8
+
9
# Enable option to manually run the action:
10
workflow_dispatch:
11
0 commit comments