about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2024-01-17 21:25:28 +0100
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-01-17 21:26:12 +0100
commit50d57f623671afd2ecd4180b928a4e44cbabe399 (patch)
tree553c76f08ceaba8ac3d1ceea189f8b573552ba8b /.github
parent0f6090448ac739cfa7ad70ca1e4c300e9a4e9e24 (diff)
check-by-name: Fix CI
Wasn't detected in https://github.com/NixOS/nixpkgs/pull/281407
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-by-name.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-by-name.yml b/.github/workflows/check-by-name.yml
index ca2a95a2198c3..983b10e4cd40e 100644
--- a/.github/workflows/check-by-name.yml
+++ b/.github/workflows/check-by-name.yml
@@ -94,7 +94,7 @@ jobs:
       - name: Fetching the pinned tool
         run: |
           # Get the direct /nix/store path from the pin to avoid having to evaluate Nixpkgs
-          toolPath=$(jq -r .ci-path pkgs/test/nixpkgs-check-by-name/scripts/pinned-tool.json)
+          toolPath=$(jq -r '."ci-path"' pkgs/test/nixpkgs-check-by-name/scripts/pinned-tool.json)
           # This asks the substituter for the path, which should be there because Hydra will have pre-built and pushed it
           nix-store --realise "$toolPath" --add-root result
       - name: Running nixpkgs-check-by-name