Skip to content

Commit

Permalink
ci: setup-nix: realize all derivations
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Dec 4, 2023
1 parent f286bcc commit 759e4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
- name: Put all tools to store to be cached afterwards
run: |
echo "::group::Downloading tools"
nix-store -v --realize $( nix-instantiate -A style -A memory -A withTools -A loadtest -A tests default.nix )
nix-store -v --realize $( nix-instantiate default.nix )
echo "::endgroup::"
shell: bash
- if: ${{ inputs.tools }}
Expand Down

0 comments on commit 759e4ce

Please sign in to comment.