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 ad52925Copy full SHA for ad52925
.buildkite/updates.yml
@@ -0,0 +1,12 @@
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
+
8
+ - label: 'Update stackage.nix'
9
10
+ - nix-build -A maintainer-scripts.update-stackage -o update-stackage.sh
11
+ - echo "+++ Updating stackage.nix"
12
+ - ./update-stackage.sh
0 commit comments