mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
10 lines
210 B
Haskell
10 lines
210 B
Haskell
-- Pipeline configuration for Vira <https://vira.nixos.asia/>
|
|
|
|
\ctx pipeline ->
|
|
pipeline
|
|
{ build.systems =
|
|
[ "x86_64-linux"
|
|
, "aarch64-darwin"
|
|
]
|
|
, signoff.enable = True
|
|
}
|