My nixos configuration
2
fork

Configure Feed

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

permissions…

+1 -1
+1 -1
.github/workflows/flake-update.yml
··· 75 75 build_flake: 76 76 runs-on: ubuntu-20.04 77 77 needs: [generate_matrix, update_flake] 78 - permissions: write-all 79 78 strategy: 80 79 fail-fast: false 81 80 max-parallel: 5 ··· 119 118 120 119 push_update: 121 120 runs-on: ubuntu-20.04 121 + permissions: write-all 122 122 needs: [update_flake, build_flake] 123 123 steps: 124 124 - name: Clone repository