ci: enable accept-flake-config, use the same args everywhere
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
c921deaee2
commit
73dd4b1f8f
3 changed files with 29 additions and 7 deletions
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue