Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Enable Magic Nix Cache
id: magic_nix_cache
continue-on-error: true
uses: DeterminateSystems/magic-nix-cache-action@5626df0a8b8f16cb060538f6d3041500a2d10cb0 # main@2026-04-15 (node24)
uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # main@2026-04-15 (node24)
with:
use-flakehub: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
extra_nix_config: |
extra-trusted-substituters = http://127.0.0.1
- name: Enable Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@5626df0a8b8f16cb060538f6d3041500a2d10cb0 # main@2026-04-15 (node24)
uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # main@2026-04-15 (node24)
with:
use-flakehub: false
- name: Check .nix formatting
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
extra_nix_config: |
extra-trusted-substituters = http://127.0.0.1
- name: Enable Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@5626df0a8b8f16cb060538f6d3041500a2d10cb0 # main@2026-04-15 (node24)
uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # main@2026-04-15 (node24)
with:
use-flakehub: false
- name: Discover targets
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
extra_nix_config: |
extra-trusted-substituters = http://127.0.0.1
- name: Enable Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@5626df0a8b8f16cb060538f6d3041500a2d10cb0 # main@2026-04-15 (node24)
uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # main@2026-04-15 (node24)
with:
use-flakehub: false
- name: Build target '${{ matrix.target }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flake-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
system-features = nixos-test benchmark big-parallel kvm

- name: Enable Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@5626df0a8b8f16cb060538f6d3041500a2d10cb0 # main@2026-04-15 (node24)
uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # main@2026-04-15 (node24)
with:
use-flakehub: false

Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
system-features = nixos-test benchmark big-parallel kvm

- name: Enable Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@5626df0a8b8f16cb060538f6d3041500a2d10cb0 # main@2026-04-15 (node24)
uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # main@2026-04-15 (node24)
with:
use-flakehub: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
extra-trusted-substituters = http://127.0.0.1

- name: Enable Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@5626df0a8b8f16cb060538f6d3041500a2d10cb0 # main@2026-04-15 (node24)
uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # main@2026-04-15 (node24)
with:
use-flakehub: false

Expand Down