Skip to content

Commit cee8d92

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ env:
44

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

0 commit comments

Comments
 (0)