meow
Some checks failed
ci/woodpecker/push/build-cache Pipeline failed

This commit is contained in:
Lucy Hochkamp 2025-10-07 19:47:16 +02:00
parent 73cfa43430
commit 666669339d
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ when:
branch: main
steps:
- build-push:
- name: build-push
image: ghcr.io/lix-project/lix:latest
environment:
ATTIC_ENDPOINT: https://attic.hailsatan.eu
@ -16,6 +16,6 @@ steps:
- attic use ${ATTIC_CACHE}
- attic watch-store ${ATTIC_CACHE} &
- nix build .#nixosConfigurations.ds9.config.system.build.toplevel .#nixosConfigurations.picard.config.system.build.toplevel .#nixosConfigurations.theseus.config.system.build.toplevel
- attic push some-cache $(nix path-info .#default)
- attic push ${ATTIC_CACHE} $(nix path-info .#nixosConfigurations.ds9.config.system.build.toplevel .#nixosConfigurations.picard.config.system.build.toplevel .#nixosConfigurations.theseus.config.system.build.toplevel)