fix leftover
This commit is contained in:
parent
bd97413dfa
commit
ccc27bb9cc
1 changed files with 0 additions and 7 deletions
|
@ -77,13 +77,6 @@ jobs:
|
|||
cache="$(nix-store --query --requisites --include-outputs "$derivation")"
|
||||
attic push main --stdin <<< "$cache"
|
||||
|
||||
|
||||
- name: cache result
|
||||
run: |
|
||||
derivation="$(nix path-info --derivation "${{ matrix.machine }}")"
|
||||
cache="$(nix-store --query --requisites --include-outputs "$derivation")"
|
||||
attic push main --stdin <<< "$cache"
|
||||
|
||||
- name: prepare tarball to upload
|
||||
run: nix run github:nixos/nixpkgs#gnutar hcvf result.tar result
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue