My nixos configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

use 5 concurrent jobs

+1 -1
+1 -1
.github/workflows/flake-update.yml
··· 78 78 permissions: write-all 79 79 strategy: 80 80 fail-fast: false 81 - max-parallel: 2 81 + max-parallel: 5 82 82 matrix: 83 83 package: ${{fromJson(needs.generate_matrix.outputs.matrix)}} 84 84 steps: