workflow: use attic cache for packages too
This commit is contained in:
parent
7a971e519a
commit
8209ff70ff
2 changed files with 26 additions and 7 deletions
|
@ -70,6 +70,9 @@ jobs:
|
|||
|
||||
- run: |
|
||||
nix build -L .#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel
|
||||
|
||||
- name: cache result
|
||||
run: |
|
||||
nix run github:zhaofengli/attic push main result
|
||||
|
||||
build-homes:
|
||||
|
@ -126,4 +129,7 @@ jobs:
|
|||
|
||||
- run: |
|
||||
nix build -L .#homeConfigurations."${{ matrix.home }}".activationPackage
|
||||
|
||||
- name: cache result
|
||||
run: |
|
||||
nix run github:zhaofengli/attic push main result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue