Skip to content

Commit 4649f04

Browse files
committed
fix remaining niv reference
1 parent 4c82812 commit 4649f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- label: ":nix::point_right::pipeline:"
33
command: |
4-
export NIX_PATH="nixpkgs=$(nix-instantiate --eval --strict --json --read-write-mode -E '(import nix/sources.nix).nixpkgs' | tr -d '"')"
4+
export NIX_PATH="nixpkgs=$(nix-instantiate --eval --strict --json --read-write-mode -E '(import nix/compat.nix).defaultNix.inputs.nixpkgs' | tr -d '"')"
55
nix-instantiate --eval --strict --json --expr '(import ./.buildkite { pipeline = ./.buildkite/pipeline.nix; })' \
66
| buildkite-agent pipeline upload --no-interpolation
77
agents:

0 commit comments

Comments
 (0)