No description
  • Shell 71.8%
  • Nix 28.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-03 19:02:51 -05:00
hooks update logging 2026-05-03 19:02:51 -05:00
LICENSES add licensing 2026-05-03 01:45:01 -05:00
flake.lock add licensing 2026-05-03 01:45:01 -05:00
flake.nix add licensing 2026-05-03 01:45:01 -05:00
plugin.yml add licensing 2026-05-03 01:45:01 -05:00
README.md release 2026-05-03 02:38:08 -05:00
REUSE.toml add licensing 2026-05-03 01:45:01 -05:00

Install the Nix package manager on your Buildkite agent

Example

steps:
  - command: nix run nixpkgs#hello
    plugins:
      - jcollie/install-nix#v1.3.0

Configuration

Developing

To run the tests:

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