Skip to content

Commit

Permalink
[FIX] Align nix expression evaluation with recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzajkowski committed Jan 27, 2021
1 parent 10f1612 commit f0cede4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
@@ -1,8 +1,8 @@
steps:
- label: ":nix::point_right::pipeline:"
command: |
export NIX_PATH="nixpkgs=$(nix eval --raw '(import nix/sources.nix).nixpkgs')"
nix eval --json '(import ./.buildkite { pipeline = ./.buildkite/pipeline.nix; })' \
export NIX_PATH="nixpkgs=$(nix-instantiate --eval --strict --expr '(import nix/sources.nix).nixpkgs')"
nix-instantiate --eval --strict --json --expr '(import ./.buildkite { pipeline = ./.buildkite/pipeline.nix; })' \
| buildkite-agent pipeline upload --no-interpolation
agents:
queue: project42
Expand Down

0 comments on commit f0cede4

Please sign in to comment.