Skip to content

Commit

Permalink
try setthing accept-flake-config once
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptt authored Jun 20, 2024
1 parent d156c6e commit ce9db0b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |
accept-flake-config = true
substituters = https://cache.nixos.org https://cache.iog.io https://cache.dhall-lang.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= all-hies.cachix.org-1:JjrzAOEUsD9ZMt8fdFbzo3jNAyEWlPAwdVuHw4RD43k= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.dhall-lang.org:I9/H18WHd60olG5GsIjolp7CtepSgJmM2CsO813VTmM=
auto-optimise-store = true
cores = 4
extra-experimental-features = nix-command flakes
- run: nix --accept-flake-config build
- run: nix --accept-flake-config flake check
- run: nix --accept-flake-config test
- run: nix flake check
- run: nix build
- run: nix test

0 comments on commit ce9db0b

Please sign in to comment.