nix fmt
This commit is contained in:
parent
a9b4fab153
commit
c4cda77be8
7 changed files with 15 additions and 17 deletions
8
.github/workflows/build-and-cache.yml
vendored
8
.github/workflows/build-and-cache.yml
vendored
|
@ -1,9 +1,7 @@
|
|||
name: build and cache random stuff
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
@ -13,27 +11,21 @@ jobs:
|
|||
- .#attic-server
|
||||
- .#eza
|
||||
- .#conduwuit
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
logger: pretty
|
||||
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- uses: cachix/cachix-action@v15
|
||||
with:
|
||||
name: cything
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- name: Setup Attic cache
|
||||
uses: ryanccn/attic-action@v0
|
||||
with:
|
||||
endpoint: ${{ vars.ATTIC_ENDPOINT }}
|
||||
cache: ${{ vars.ATTIC_CACHE }}
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: nix build '${{ matrix.package }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue