ci: nix-store --realise to tools:

Since we're building only tools now, we can just specify them directly
in the `tools:` parameter of `setup-nix` action.
This commit is contained in:
Andrei Dziahel
2024-01-22 18:17:38 +01:00
committed by Wolfgang Walther
parent 286103daf2
commit d7246b4851
+1 -7
View File
@@ -27,13 +27,7 @@ jobs:
uses: ./.github/actions/setup-nix
with:
cache-id: common
- name: Put all tools to store to be cached afterwards
run: |
# shellcheck disable=SC2046
nix-store -v --realize $( nix-instantiate default.nix \
-A style -A withTools -A memory -A tests -A release \
)
shell: bash
tools: style withTools memory tests release
Lint-Style:
name: Lint & check code style