File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
modules/services/github-runner Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 7676
7777 config . launchd . daemons = flip mapAttrs' config . services . github-runners ( name : cfg :
7878 let
79- package = cfg . package . override ( old : optionalAttrs ( hasAttr "nodeRuntimes" old ) { inherit ( cfg ) nodeRuntimes ; } ) ;
79+ package = cfg . package . override { inherit ( cfg ) nodeRuntimes ; } ;
8080 stateDir = mkStateDir cfg ;
8181 logDir = mkLogDir cfg ;
8282 workDir = mkWorkDir cfg ;
Original file line number Diff line number Diff line change 44 enable = true ;
55 url = "https://github.com/nixos/nixpkgs" ;
66 tokenFile = "/secret/path/to/a/github/token" ;
7- # We need an overridable derivation but cannot use the actual github-runner package
8- # since it still relies on Node.js 16 which is marked as insecure.
9- package = pkgs . hello ;
107 } ;
118
129 test = ''
You can’t perform that action at this time.
0 commit comments