We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c82812 commit 4649f04Copy full SHA for 4649f04
.buildkite/pipeline.yml
@@ -1,7 +1,7 @@
1
steps:
2
- label: ":nix::point_right::pipeline:"
3
command: |
4
- export NIX_PATH="nixpkgs=$(nix-instantiate --eval --strict --json --read-write-mode -E '(import nix/sources.nix).nixpkgs' | tr -d '"')"
+ export NIX_PATH="nixpkgs=$(nix-instantiate --eval --strict --json --read-write-mode -E '(import nix/compat.nix).defaultNix.inputs.nixpkgs' | tr -d '"')"
5
nix-instantiate --eval --strict --json --expr '(import ./.buildkite { pipeline = ./.buildkite/pipeline.nix; })' \
6
| buildkite-agent pipeline upload --no-interpolation
7
agents:
0 commit comments