mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 08:19:35 +01:00
Merge pull request #115 from DeterminateSystems/fetchToStore-cache-hashes
fetchToStore() cache: Use content hashes instead of store paths
This commit is contained in:
commit
7f21086ce6
12 changed files with 97 additions and 93 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -87,7 +87,7 @@ jobs:
|
|||
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||
- run: |
|
||||
cmd() {
|
||||
nix build -L --keep-going --timeout 300 \
|
||||
nix build -L --keep-going --timeout 600 \
|
||||
$(nix flake show --json \
|
||||
| jq -r '
|
||||
.hydraJobs.tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue