File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 key : ' trigger-aarch64-darwin'
1010
1111 - label : ' daedalus-x86_64-darwin'
12- command : ' scripts/with-nix-2.5 .sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
12+ command : ' scripts/with-nix-unstable .sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
1313 depends_on : ' trigger-x86_64-darwin'
1414 agents :
1515 queue : lace
1616 system : x86_64-darwin
1717
1818 - label : ' daedalus-aarch64-darwin'
19- command : ' scripts/with-nix-2.5 .sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
19+ command : ' scripts/with-nix-unstable .sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
2020 depends_on : ' trigger-aarch64-darwin'
2121 agents :
2222 queue : lace
2323 system : aarch64-darwin
2424
2525 - label : ' daedalus-x86_64-linux-nix'
26- command : ' scripts/with-nix-2.5 .sh scripts/build-installer-nix.sh $BUILDKITE_BUILD_NUMBER'
26+ command : ' scripts/with-nix-unstable .sh scripts/build-installer-nix.sh $BUILDKITE_BUILD_NUMBER'
2727 agents :
2828 queue : lace
2929 system : x86_64-linux
3030
3131 - label : ' daedalus-x86_64-windows-nix'
32- command : ' scripts/with-nix-2.5 .sh scripts/build-cross-windows.sh $BUILDKITE_BUILD_NUMBER'
32+ command : ' scripts/with-nix-unstable .sh scripts/build-cross-windows.sh $BUILDKITE_BUILD_NUMBER'
3333 agents :
3434 queue : lace
3535 system : x86_64-linux
Original file line number Diff line number Diff line change 88
99echo " ~~~ Obtaining ‘pkgs.nixUnstable’"
1010
11- myDir= $( dirname " $0 " )
12- nixUnstable=$( nix-build " $myDir " /../default.nix -A pkgs.nixUnstable)
11+ # fe2ecaf706a5907b5e54d979fbde4924d84b65fc is nixos-unstable on 2023-04-13
12+ nixUnstable=$( nix-build https://github.com/NixOS/nixpkgs/archive/fe2ecaf706a5907b5e54d979fbde4924d84b65fc.tar.gz -A pkgs.nixUnstable)
1313
1414PATH=" $nixUnstable /bin:$PATH "
1515
You can’t perform that action at this time.
0 commit comments