Skip to content

Commit 3e77055

Browse files
committed
ci: try always-allow-substitutes patched nix
c.f. NixOS/nix#8047
1 parent 1234f12 commit 3e77055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-nix/action.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ runs:
2727
steps:
2828
- uses: DeterminateSystems/nix-installer-action@v1
2929
with:
30+
nix-package-url: "https://nix-config.cachix.org/serve/j26m73q2svl04nmvxksjwwns4rgb8x4w/nix-2.13.3-x86_64-linux.tar.xz"
3031
extra-conf: |
32+
always-allow-substitutes = true
3133
builders-use-substitutes = true
3234
experimental-features = nix-command flakes recursive-nix
3335
github-token: ${{ inputs.github-token }}

0 commit comments

Comments
 (0)