Skip to content

Commit 58e156b

Browse files
committed
fixup! Add Buildkite pipeline for updating hackage.nix and stackage.nix
1 parent fef711b commit 58e156b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.buildkite/updates.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
steps:
22
- label: 'Update hackage.nix'
33
command:
4-
- nix-build -A maintainer-scripts.update-hackage -o update-hackage.sh
4+
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz -A maintainer-scripts.update-hackage -o update-hackage.sh
55
- echo "+++ Updating hackage.nix"
66
- ./update-hackage.sh
7-
env:
8-
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz"
97
agents:
108
system: x86_64-linux
119

1210
- label: 'Update stackage.nix'
1311
command:
14-
- nix-build -A maintainer-scripts.update-stackage -o update-stackage.sh
12+
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz -A maintainer-scripts.update-stackage -o update-stackage.sh
1513
- echo "+++ Updating stackage.nix"
1614
- ./update-stackage.sh
17-
env:
18-
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz"
1915
agents:
2016
system: x86_64-linux

0 commit comments

Comments
 (0)