We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286db94 commit 8437034Copy full SHA for 8437034
.buildkite/pipeline.yml
@@ -1,9 +1,9 @@
1
env:
2
- NIX_PATH: "nixpkgs=channel:nixos-19.03"
+ NIX_PATH: "nixpkgs=channel:nixos-18.09"
3
NIX_BUILD_ARGS: "--cores 0 --max-jobs 2"
4
5
steps:
6
- label: 'Run tests'
7
- command: ./test/tests.sh
+ command: "NIX_PATH=nixpkgs=channel:nixos-18.09 ./test/tests.sh"
8
agents:
9
system: x86_64-linux
0 commit comments