Skip to content

Commit e1237ef

Browse files
committed
ci: use Nix Buildkite plugin v2.2.0
Signed-off-by: Drew Hess <[email protected]>
1 parent 1c4d37f commit e1237ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ steps:
1010
- command: nix-buildkite
1111
label: ":nixos: :buildkite:"
1212
plugins:
13-
- hackworthltd/nix#v2.1.0:
13+
- hackworthltd/nix#v2.2.0:
1414
expr: ".#hydraJobs"
1515
use-nix-build: "true"
1616
attr-prefix: ".#hydraJobs."
17-
nix-build-opts: --max-jobs 0 --print-build-logs --eval-store auto --store 'ssh-ng://[email protected]?ssh-key=/etc/secrets/remote-builder-ssh-key'
18-
nix-eval-jobs-args: --workers 8 --max-memory-size 8GiB --flake --force-recurse
17+
nix-eval-jobs-args: --workers 4 --max-memory-size 8GiB --flake --force-recurse
1918
agent-tags: queue=nix-build,os=linux
19+
darwin-step-agent-tags: os=darwin
2020

2121
- wait
2222

0 commit comments

Comments
 (0)