This repository has no description
0

Configure Feed

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

Run CI on linux

Nathan Herald (Mar 23, 2026, 11:50 AM +0100) bcf9fc3e a6f400b9

+1 -1
+1 -1
.github/workflows/nix.yml
··· 6 6 7 7 jobs: 8 8 build: 9 - runs-on: macos-latest 9 + runs-on: ubuntu-latest 10 10 timeout-minutes: 15 11 11 steps: 12 12 - uses: actions/checkout@v4