No description
- Shell 78%
- Nix 22%
| hooks | ||
| LICENSES | ||
| flake.lock | ||
| flake.nix | ||
| plugin.yml | ||
| README.md | ||
| REUSE.toml | ||
Enable caching of your Nix builds on your Buildkite agent using niks3
Example
secret:
- NIKS3_AUTH_TOKEN
steps:
- command: nix build .#myproject
plugins:
- jcollie/niks3-cache#v1.0.0:
cache_url: https://cache.example.org/
server_url: https://niks3.example.org/
public_key: cache.example.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
Configuration
Developing
BuildKite tests
To run the tests:
podman run -it --rm -v "$PWD:/plugin:ro" docker.io/buildkite/plugin-linter --id jcollie/niks3-cache