ci: Install only the required nix tools

A previous commit allowed to select each tool separately on the toolbox.

This commit makes use of that for CI to possibly speed up loading from cachix
a little bit. It will also cause fewer cache misses when nix code is changed.

Resolves #3183
This commit is contained in:
Wolfgang Walther
2024-02-26 22:06:01 +01:00
parent c7eb4036a1
commit a090f28cea
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ jobs:
uses: ./.github/actions/setup-nix
with:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
tools: release
tools: release.dockerHubDescription.bin
- name: Download Docker image
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4
with: