Fix auto-update workflow (#130)

This commit is contained in:
Patrick Stevens
2025-03-21 17:18:40 +00:00
committed by GitHub
parent df762e8a76
commit 7f9497ff9d

View File

@@ -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 .'