ci: unify/simplify documentation and ci nix steps
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
4312ac91c1
commit
a589a34d15
2 changed files with 31 additions and 32 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -64,6 +64,9 @@ jobs:
|
|||
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
diagnostic-endpoint: ""
|
||||
extra-conf: "experimental-features = nix-command flakes"
|
||||
|
||||
- name: Enable Cachix binary cache
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue