There was an error while loading. Please reload this page.
sync-flake-lock.yml
1 parent 548d858 commit 0808dedCopy full SHA for 0808ded
1 file changed
.github/workflows/sync-flake-lock.yml
@@ -38,6 +38,10 @@ jobs:
38
run: |
39
nix develop . --command ./scripts/dev-deps.sh
40
41
+ - name: Generate extensions
42
+ run: |
43
+ nix develop . --command ./scripts/obelisk-generate-extensions.sh
44
+
45
- name: Generate Unique Branch Name
46
id: branch-name
47
run: echo "branch_name=sync-flake-lock-$(date +'%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
0 commit comments