mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-05 15:38:41 +00:00
Fix auto-update workflow (#130)
This commit is contained in:
4
.github/workflows/flake_update.yaml
vendored
4
.github/workflows/flake_update.yaml
vendored
@@ -22,10 +22,10 @@ jobs:
|
|||||||
run: 'nix flake update'
|
run: 'nix flake update'
|
||||||
|
|
||||||
- name: Build passthru
|
- name: Build passthru
|
||||||
run: 'nix build ".#default.passthru.fetch-deps"'
|
run: 'nix build ".#default.fetch-deps"'
|
||||||
|
|
||||||
- name: Run passthru
|
- name: Run passthru
|
||||||
run: ./result nix/deps.nix
|
run: ./result nix/deps.json
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
run: 'nix develop --command alejandra .'
|
run: 'nix develop --command alejandra .'
|
||||||
|
Reference in New Issue
Block a user