Merge pull request 'cachix action failing for unknown reasons, patch to use local runner' (#2) from pjjw/gitea-actions into master
Some checks failed
Nix / build (nixos-unstable) (push) Failing after 21m13s
Nix / build (nixos-22.11) (push) Failing after 23m58s
Nix / build (nixos-23.05) (push) Failing after 24m32s

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2023-09-08 12:24:27 -04:00

View File

@@ -18,11 +18,12 @@ jobs:
- nixos-unstable
- nixos-22.11
- nixos-23.05
runs-on: ubuntu-latest
runs-on: native
container: pjjw/nix-flake-runner:1
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix-shell --run ./ci.sh
env:
CI_PROJECT_PATH: pjjw
CI_REGISTRY_AUTH: '${{ secrets.REGISTRY_AUTH }}'
NIXPKGS_CHANNEL: '${{ matrix.channel }}'