cachix action failing for unknown reasons, patch to use local runner #2

Merged
pjjw merged 1 commits from pjjw/gitea-actions into master 2023-09-08 12:24:28 -04:00

View File

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