Enable caching of your Nix builds on your Buildkite agent using Cachix
- Shell 66.9%
- Nix 33.1%
| hooks | ||
| LICENSES | ||
| flake.lock | ||
| flake.nix | ||
| plugin.yml | ||
| README.md | ||
| REUSE.toml | ||
Enable caching of your Nix builds on your Buildkite agent using Cachix
Example
secret:
- CACHIX_AUTH_TOKEN
steps:
- command: nix build .#myproject
plugins:
- jcollie/cachix-cache#v1.0.0:
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/cachix-cache