We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9021937 commit b7ec99fCopy full SHA for b7ec99f
vira.hs
@@ -0,0 +1,10 @@
1
+-- Pipeline configuration for Vira <https://vira.nixos.asia/>
2
+
3
+\ctx pipeline ->
4
+ pipeline
5
+ { build.systems =
6
+ [ "x86_64-linux"
7
+ , "aarch64-darwin"
8
+ ]
9
+ , signoff.enable = True
10
+ }
0 commit comments