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 10f1612 commit d886a96Copy full SHA for d886a96
.buildkite/pipeline.yml
@@ -1,8 +1,8 @@
1
steps:
2
- label: ":nix::point_right::pipeline:"
3
command: |
4
- export NIX_PATH="nixpkgs=$(nix eval --raw '(import nix/sources.nix).nixpkgs')"
5
- nix eval --json '(import ./.buildkite { pipeline = ./.buildkite/pipeline.nix; })' \
+ export NIX_PATH="nixpkgs=$(nix-instantiate --eval --strict --json --read-write-mode -E '(import nix/sources.nix).nixpkgs' | tr -d '"')"
+ nix-instantiate --eval --strict --json --expr '(import ./.buildkite { pipeline = ./.buildkite/pipeline.nix; })' \
6
| buildkite-agent pipeline upload --no-interpolation
7
agents:
8
queue: project42
0 commit comments