We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1234f12 commit 3e77055Copy full SHA for 3e77055
.github/actions/setup-nix/action.yaml
@@ -27,7 +27,9 @@ runs:
27
steps:
28
- uses: DeterminateSystems/nix-installer-action@v1
29
with:
30
+ nix-package-url: "https://nix-config.cachix.org/serve/j26m73q2svl04nmvxksjwwns4rgb8x4w/nix-2.13.3-x86_64-linux.tar.xz"
31
extra-conf: |
32
+ always-allow-substitutes = true
33
builders-use-substitutes = true
34
experimental-features = nix-command flakes recursive-nix
35
github-token: ${{ inputs.github-token }}
0 commit comments