nixpkgs/nixos/modules/services/continuous-integration/github-runner
Vincent Haupert e6854b295b nixos/github-runners: only override pkg if it has a nodeRuntimes arg
Older versions of the github-runner package might not have the
`nodeRuntimes` argument yet causing an error as the NixOS module always
tries to override the argument.

The commit makes sure we only override `nodeRuntimes` if the configured
package has a `nodeRuntimes` argument.
2024-02-03 14:33:39 +01:00
..
options.nix github-runner: mention manpage for serviceOverrides option 2024-01-20 10:22:53 +01:00
service.nix nixos/github-runners: only override pkg if it has a nodeRuntimes arg 2024-02-03 14:33:39 +01:00