File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ inputs:
2929 `flake-lock-path` parameter. If set to `false` (the default is `true`), the Action throws
3030 an error and the job fails if the lockfile is missing.
3131 default : true
32+ nixpkgs-keys :
33+ description : |
34+ The names of the Nixpkgs inputs you want to check. By default the checker only checks the
35+ `nixpkgs` but you can specify multiple names as a comma-separated list, such as
36+ `nixpkgs,nixpkgs-macos,nixpkgs-unstable`.
37+ default : nixpkgs
3238 fail-mode :
3339 description : Fail with an exit code of 1 if any issues are encountered.
3440 default : false
5056
5157 export NIX_FLAKE_CHECKER_FLAKE_LOCK_PATH="${{ inputs.flake-lock-path }}"
5258
59+ export NIX_FLAKE_CHECKER_NIXPKGS_KEYS="${{ inputs.nixpkgs-keys }}"
60+
5361 if [ "${{ inputs.send-statistics }}" == "false" ]; then
5462 export NIX_FLAKE_CHECKER_NO_TELEMETRY="false"
5563 fi
You can’t perform that action at this time.
0 commit comments