This commit is contained in:
Lucy Hochkamp 2025-08-26 00:58:27 +02:00
parent 414e830efa
commit d3a93fd115
No known key found for this signature in database
35 changed files with 1832 additions and 228 deletions

View file

@ -0,0 +1,17 @@
when:
- event: push
branch: main
steps:
- build-push:
image: harbor.vdx.hu/voidcontext/woodpecker-plugin-nix-attic:0.2.0
settings:
binary_cache: https://attic.hailsatan.eu
binary_cache_public_key: some-binary-cache.example.com:some-public-key
binary_cache_token:
from_secret: binary_cache_access_token
script: |
nix build .#allConfigurations
attic login default $PLUGIN_BINARY_CACHE_TOKEN
attic push some-cache $(nix path-info .#default)