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 324f853 commit 93daa65Copy full SHA for 93daa65
.github/actions/nix-common-setup/action.yml
@@ -11,6 +11,10 @@ runs:
11
uses: cachix/install-nix-action@v16
12
with:
13
nix_path: nixpkgs=channel:nixpkgs-unstable
14
+ extra_nix_config: |
15
+ accept-flake-config = true
16
+ trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
17
+ substituters = https://hydra.iohk.io https://cache.nixos.org/
18
19
- uses: cachix/cachix-action@v10
20
0 commit comments