Skip to content

Commit 27ce4cf

Browse files
committed
Add missing description
1 parent d7cd6d7 commit 27ce4cf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
@@ -50,6 +56,8 @@ runs:
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

0 commit comments

Comments
 (0)