8.nix-darwin/modules/services/github-runner
Sander f910ac37b6
github-runner: fix the nodeRuntimes option
The conditional override was intended to be backwards-compatible with older runner packages without the `nodeRuntimes` argument.
However, `override` doesn't yield default arguments, so the override was never applied.

This commit removes the conditional entirely since `nodeRuntimes` was added back in 24.05.
2025-08-28 12:51:30 +02:00
..
default.nix github-runners: adapt to NixOS module 2024-02-28 09:40:25 +01:00
options.nix github-runner: add instructions for triggering a runner registration 2024-12-07 13:08:55 +11:00
service.nix github-runner: fix the nodeRuntimes option 2025-08-28 12:51:30 +02:00