Skip to content

Commit 33d3fc0

Browse files
committed
fix remaining niv reference
1 parent 4c82812 commit 33d3fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
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 { src = ./.; }).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)