Skip to content

Commit 940d119

Browse files
committed
Buildkite: Final fixes for hackage.nix/stackage.nix updates
1 parent fbfa5eb commit 940d119

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.buildkite/updates.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ steps:
2727
- 'buildkite-agent artifact download "*.json" .'
2828
- nix-build -A maintainer-scripts.update-pins -o update-pins.sh
2929
- ./update-pins.sh
30+
agents:
31+
system: x86_64-linux

scripts/update-pins.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ with stdenv.lib;
44

55
let
66
repo = "git@github.com:input-output-hk/haskell.nix.git";
7-
sshKey = "/run/keys/buildkite-haskell-nix-ssh-private";
7+
sshKey = "/run/keys/buildkite-haskell-dot-nix-ssh-private";
88
in
99
writeScript "update-pins.sh" ''
1010
#!${stdenv.shell}

0 commit comments

Comments
 (0)