Compare commits

...

3 commits

Author SHA1 Message Date
cy
498c5af786 test alvr again 2025-01-18 20:41:18 -05:00
cy
f2f8c204ee make workflow better 2025-01-18 19:26:21 -05:00
cy
07fcbcb567 replace build list with placeholder 2025-01-18 03:10:53 -05:00

View file

@ -7,11 +7,8 @@ jobs:
strategy: strategy:
matrix: matrix:
package: package:
- github:cything/nixpkgs/a9c7c4c52da181e7c66156c61b65c39f567efb41#gollum - github:cything/nixpkgs/fd06e41125350bc3db5628df49d3b84e4652a59d#lact
- github:cything/nixpkgs/a9c7c4c52da181e7c66156c61b65c39f567efb41#gollum.tests.gollum - github:cything/nixpkgs/2269ae37e860190c38b17826d5ca274e6a901c46#alvr
- github:cything/nixpkgs/e1e065c4bd58bef677474a828c4673c643f99545#schismtracker
- github:cything/nixpkgs/d23ce3cde5a3d6ad84b4726f12391c39c04a0601#museum
- github:cything/nixpkgs/b4f2fc5c507a60d92503a2def27cfebdfb1942d5#ente-auth
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest - macos-latest
@ -22,15 +19,10 @@ jobs:
with: with:
logger: pretty logger: pretty
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v15
with:
name: cything
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Setup Attic cache - name: Setup Attic cache
uses: ryanccn/attic-action@v0 uses: ryanccn/attic-action@v0
with: with:
endpoint: ${{ vars.ATTIC_ENDPOINT }} endpoint: ${{ vars.ATTIC_ENDPOINT }}
cache: ${{ vars.ATTIC_CACHE }} cache: ${{ vars.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }} token: ${{ secrets.ATTIC_TOKEN }}
- uses: actions/checkout@v4 - run: nix build -L '${{ matrix.package }}'
- run: nix build '${{ matrix.package }}'