No description
- Shell 75.5%
- Nix 24.5%
| hooks | ||
| LICENSES | ||
| flake.lock | ||
| flake.nix | ||
| plugin.yml | ||
| README.md | ||
| REUSE.toml | ||
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