chore: Remove attic use call
This commit is contained in:
parent
5b504a94a4
commit
a672ef1178
2 changed files with 0 additions and 2 deletions
1
.github/workflows/nix-flake-build.yaml
vendored
1
.github/workflows/nix-flake-build.yaml
vendored
|
@ -34,5 +34,4 @@ jobs:
|
||||||
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
||||||
cache: ${{ secrets.ATTIC_CACHE }}
|
cache: ${{ secrets.ATTIC_CACHE }}
|
||||||
token: ${{ secrets.ATTIC_TOKEN }}
|
token: ${{ secrets.ATTIC_TOKEN }}
|
||||||
- run: attic use ${{ secrets.ATTIC_CACHE }}
|
|
||||||
- run: nix build ".#${{ inputs.package }}"
|
- run: nix build ".#${{ inputs.package }}"
|
||||||
|
|
1
.github/workflows/nix-flake-check.yaml
vendored
1
.github/workflows/nix-flake-check.yaml
vendored
|
@ -28,5 +28,4 @@ jobs:
|
||||||
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
||||||
cache: ${{ secrets.ATTIC_CACHE }}
|
cache: ${{ secrets.ATTIC_CACHE }}
|
||||||
token: ${{ secrets.ATTIC_TOKEN }}
|
token: ${{ secrets.ATTIC_TOKEN }}
|
||||||
- run: attic use ${{ secrets.ATTIC_CACHE }}
|
|
||||||
- run: nix flake check --keep-going
|
- run: nix flake check --keep-going
|
||||||
|
|
Loading…
Reference in a new issue