Skip to content

Commit 72768c7

Browse files
authored
tools: add ./tools/nix/pkcs11.nix to nix-changes.yml
Signed-off-by: Filip Skokan <panva.ip@gmail.com> PR-URL: #64967 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 3fc98b8 commit 72768c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nix-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
7979
- name: Compute requisites before change
8080
shell: bash # See https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference, we want the pipefail option.
81-
# TODO(panva): add `// import ./tools/nix/pkcs11.nix {}` once landed
8281
run: |
8382
git reset HEAD^ --hard
8483
nix-store --query --references "$(
@@ -88,6 +87,7 @@ jobs:
8887
++ builtins.attrValues (
8988
{ inherit (import <nixpkgs> {}) nixfmt-tree sccache; }
9089
// import ./tools/nix/openssl-matrix.nix {}
90+
// import ./tools/nix/pkcs11.nix {}
9191
)")" \
9292
| xargs nix-store --realise \
9393
| xargs nix-store --query --requisites \

0 commit comments

Comments
 (0)