Enable caching of your Nix builds on your Buildkite agent using Cachix
  • Shell 66.9%
  • Nix 33.1%
Find a file
2026-05-05 13:09:52 -05:00
hooks set user 2026-05-05 13:09:52 -05:00
LICENSES first 2026-05-05 11:06:17 -05:00
flake.lock first 2026-05-05 11:06:17 -05:00
flake.nix first 2026-05-05 11:06:17 -05:00
plugin.yml first 2026-05-05 11:06:17 -05:00
README.md first 2026-05-05 11:06:17 -05:00
REUSE.toml first 2026-05-05 11:06:17 -05:00

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