No description
  • Shell 75.5%
  • Nix 24.5%
Find a file
2026-05-03 17:58:04 -05:00
hooks better logging 2026-05-03 17:58:04 -05:00
LICENSES first 2026-05-03 11:40:11 -05:00
flake.lock first 2026-05-03 11:40:11 -05:00
flake.nix first 2026-05-03 11:40:11 -05:00
plugin.yml update description 2026-05-03 11:42:39 -05:00
README.md update description 2026-05-03 11:42:39 -05:00
REUSE.toml first 2026-05-03 11:40:11 -05:00

Enable caching of your Nix builds on your Buildkite agent using Attic

Example

secret:
  - ATTIC_CACHE_TOKEN

steps:
  - command: nix build .#myproject
    plugins:
      - jcollie/attic-cache#v1.0.0:
          server: example
          endpoint: https://cache.example.org/
          cache: example-cache

Configuration

Developing

BuildKite tests

To run the tests:

podman run -it --rm -v "$PWD:/plugin:ro" docker.io/buildkite/plugin-linter --id jcollie/attic-cache