rm flakehub workflow
This commit is contained in:
parent
0f4f663272
commit
3b032c1b62
2 changed files with 2 additions and 22 deletions
4
.github/workflows/build-and-cache.yml
vendored
4
.github/workflows/build-and-cache.yml
vendored
|
@ -14,8 +14,6 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
logger: pretty
|
||||
|
@ -34,4 +32,6 @@ jobs:
|
|||
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