My nixos configuration
2
fork

Configure Feed

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

try with build

+2 -1
+2 -1
.github/workflows/flake-update.yml
··· 168 168 with: 169 169 name: flake_lock 170 170 - name: Build everything 171 - run: nix flake check --no-build --keep-going 171 + run: | 172 + nix flake check --keep-going 172 173 173 174 push_update: 174 175 runs-on: ubuntu-20.04