Skip to content

Commit 8437034

Browse files
committed
Buildkite: add workaround for input-output-hk/iohk-ops#549
1 parent 286db94 commit 8437034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
env:
2-
NIX_PATH: "nixpkgs=channel:nixos-19.03"
2+
NIX_PATH: "nixpkgs=channel:nixos-18.09"
33
NIX_BUILD_ARGS: "--cores 0 --max-jobs 2"
44

55
steps:
66
- label: 'Run tests'
7-
command: ./test/tests.sh
7+
command: "NIX_PATH=nixpkgs=channel:nixos-18.09 ./test/tests.sh"
88
agents:
99
system: x86_64-linux

0 commit comments

Comments
 (0)