Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Aug 2, 2024
1 parent ea480b1 commit 9bcb26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let
replace = true;
ephemeral = true;
noDefaultLabels = true;
extraPackages = extraPackages ++ config.services.github-nix-ci.settings.extraPackages;
extraPackages = extraPackages ++ config.services.github-nix-ci.runnerSettings.extraPackages;
} // lib.optionalAttrs isLinux { inherit user group; };
user = "github-runner";
group = "github-runner";
Expand All @@ -92,7 +92,7 @@ in
'';
};

settings = {
runnerSettings = {
extraPackages = lib.mkOption {
type = types.listOf types.package;
default = [ ];
Expand Down

0 comments on commit 9bcb26c

Please sign in to comment.