diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index aac79ae..fa0107b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,4 +1,6 @@ steps: - label: "Run tests" - command: nix-shell --run 'stack build --pedantic --test' + command: | + . /var/lib/buildkite-agent/.nix-profile/etc/profile.d/nix.sh + nix-shell --run 'stack build --pedantic --test' timeout: 10