We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8223d commit 3288e0eCopy full SHA for 3288e0e
.github/actions/install-nix/action.yml
@@ -32,7 +32,10 @@ runs:
32
echo "NIX_SSL_CERT_FILE=$CACERT/etc/ssl/certs/ca-bundle.crt" >> "$GITHUB_ENV"
33
shell: bash
34
env:
35
- INPUT_EXTRA_NIX_CONFIG: ${{ inputs.extra_nix_config }}
+ INPUT_EXTRA_NIX_CONFIG: |
36
+ ${{ inputs.extra_nix_config }}
37
+ substituters = s3://matrix-ai-nix-cache?profile=matrix-nix-cache®ion=ap-southeast-2 https://cache.nixos.org/
38
+ trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= matrix-ai-nix-cache:yhxzASVutUGCY2o/U4jkiNVj06M6Fi1h94LiC5TkYBg=
39
INPUT_GITHUB_ACCESS_TOKEN: ${{ inputs.github_access_token }}
40
INPUT_INSTALL_OPTIONS: ${{ inputs.install_options }}
41
INPUT_INSTALL_URL: ${{ inputs.install_url }}
0 commit comments