workflow: use overlays
This commit is contained in:
parent
4858051772
commit
8658515be2
3 changed files with 12 additions and 6 deletions
10
.github/workflows/build-and-cache.yml
vendored
10
.github/workflows/build-and-cache.yml
vendored
|
@ -9,13 +9,17 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
package:
|
||||
- github:cything/attic/e91261dc9a22d267700ab9095155f5581ac3b06c#attic
|
||||
- github:cything/attic/e91261dc9a22d267700ab9095155f5581ac3b06c#attic-server
|
||||
- github:cything/attic/e91261dc9a22d267700ab9095155f5581ac3b06c#attic-client
|
||||
- .#attic-client
|
||||
- .#attic-server
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
logger: pretty
|
||||
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- uses: cachix/cachix-action@v15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue