ci: enable accept-flake-config, use the same args everywhere

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-06-16 18:54:03 -04:00
parent c921deaee2
commit 73dd4b1f8f
3 changed files with 29 additions and 7 deletions

View file

@ -55,7 +55,9 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main
with:
diagnostic-endpoint: ""
extra-conf: "experimental-features = nix-command flakes"
extra-conf: |
experimental-features = nix-command flakes
accept-flake-config = true
- name: Enable Cachix binary cache
run: |