github-runner 2.307.1 -> 2.308.0 https://github.com/actions/runner/releases attrpath: github-runner Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/j6cvafxhhs71h83hw66kxrjrmf524qms-packages.json.drv building '/nix/store/j6cvafxhhs71h83hw66kxrjrmf524qms-packages.json.drv'... Going to be running update for following packages: - github-runner-2.307.1 Press Enter key to continue... Running update for: - github-runner-2.307.1: UPDATING ... - github-runner-2.307.1: ERROR --- SHOWING ERROR LOG FOR github-runner-2.307.1 ---------------------- error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'fetch-github-runner-deps' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/github-runner/pkgs/stdenv/generic/make-derivation.nix:300:7 … while evaluating attribute 'text' of derivation 'fetch-github-runner-deps' at /var/cache/nixpkgs-update/worker/worktree/github-runner/pkgs/build-support/trivial-builders/default.nix:148:16: 147| runCommand name 148| { inherit text executable checkPhase allowSubstitutes preferLocalBuild; | ^ 149| passAsFile = [ "text" ]; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘nodejs-16.20.2’ in /var/cache/nixpkgs-update/worker/worktree/github-runner/pkgs/development/web/nodejs/v16.nix:16 is marked as insecure, refusing to evaluate. Known issues: - This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/. You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) for `nixos-rebuild` you can add ‘nodejs-16.20.2’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "nodejs-16.20.2" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘nodejs-16.20.2’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "nodejs-16.20.2" ]; } --- SHOWING ERROR LOG FOR github-runner-2.307.1 ---------------------- The update script for github-runner-2.307.1 failed with exit code 1