ci: adds nix runner
Some checks are pending
Check a nix flake, and potentially puts stuff in a cache. / nix (ubuntu-latest nix-runner) (push) Waiting to run

This commit is contained in:
2025-03-22 16:42:30 -05:00
parent 71b59aaebe
commit 78deffa579

View File

@@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest nix-runner]
runs-on: ${{ matrix.os }}
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."