We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfa5eb commit 940d119Copy full SHA for 940d119
.buildkite/updates.yml
@@ -27,3 +27,5 @@ steps:
27
- 'buildkite-agent artifact download "*.json" .'
28
- nix-build -A maintainer-scripts.update-pins -o update-pins.sh
29
- ./update-pins.sh
30
+ agents:
31
+ system: x86_64-linux
scripts/update-pins.nix
@@ -4,7 +4,7 @@ with stdenv.lib;
4
5
let
6
repo = "git@github.com:input-output-hk/haskell.nix.git";
7
- sshKey = "/run/keys/buildkite-haskell-nix-ssh-private";
+ sshKey = "/run/keys/buildkite-haskell-dot-nix-ssh-private";
8
in
9
writeScript "update-pins.sh" ''
10
#!${stdenv.shell}
0 commit comments