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 7446d04 commit fef711bCopy full SHA for fef711b
.buildkite/updates.yml
@@ -0,0 +1,20 @@
1
+steps:
2
+ - label: 'Update hackage.nix'
3
+ command:
4
+ - nix-build -A maintainer-scripts.update-hackage -o update-hackage.sh
5
+ - echo "+++ Updating hackage.nix"
6
+ - ./update-hackage.sh
7
+ env:
8
+ NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz"
9
+ agents:
10
+ system: x86_64-linux
11
+
12
+ - label: 'Update stackage.nix'
13
14
+ - nix-build -A maintainer-scripts.update-stackage -o update-stackage.sh
15
+ - echo "+++ Updating stackage.nix"
16
+ - ./update-stackage.sh
17
18
19
20
0 commit comments