fix: try nix runner.
Some checks failed
default / build (push) Failing after 2s

This commit is contained in:
CronyAkatsuki 2026-01-21 18:03:21 +01:00
parent 764113ccd8
commit 1a9ed04898
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ env:
jobs:
build:
runs-on: native
runs-on: nix
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: nix flake check

View file

@ -13,7 +13,7 @@
# tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd
tokenFile = config.age.secrets.forgejo-runner-token.path;
labels = [
"nix-stable:docker://nixos/nix:2.32.0"
"nix:docker://forgejo-runner-nix"
## optionally provide native execution on the host:
"native:host"
];