Skip to content

Commit 71c79ac

Browse files
authored
Merge pull request #105 from input-output-hk/rvl/fix-daily-update
Buildkite: Final fixes for hackage.nix/stackage.nix updates
2 parents fbfa5eb + 940d119 commit 71c79ac

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)