now checking flake
This commit is contained in:
parent
14dc5663e4
commit
2350e2d87c
@ -19,15 +19,12 @@ jobs:
|
|||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v31
|
uses: cachix/install-nix-action@v31
|
||||||
|
|
||||||
- run: nix build --version
|
- run: nix build --version
|
||||||
|
|
||||||
- name: Setup Attic Cache
|
- name: Setup Attic Cache
|
||||||
uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866
|
uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866
|
||||||
with:
|
with:
|
||||||
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
||||||
cache: ${{ secrets.ATTIC_CACHE }}
|
cache: ${{ secrets.ATTIC_CACHE }}
|
||||||
token: ${{ secrets.ATTIC_TOKEN }}
|
token: ${{ secrets.ATTIC_TOKEN }}
|
||||||
|
|
||||||
- name: Build Nix Package
|
- name: Build Nix Package
|
||||||
run: nix-build test.nix
|
run: nix flake check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user