Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

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

updated to latest install nix action

+1 -1
+1 -1
.config/ci/release/github-ci.cue
··· 3 3 4 4 #InstallNix: { 5 5 name: "Install Nix" 6 - uses: "cachix/install-nix-action@v27" 6 + uses: "cachix/install-nix-action@v31" 7 7 with: { 8 8 extra_nix_config: "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" 9 9 }