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 548a471 commit 45adef5Copy full SHA for 45adef5
vira.hs
@@ -4,5 +4,5 @@
4
isMaster = ctx.branch == "master"
5
in pipeline
6
{ signoff.enable = True
7
- , attic.enable = isMaster
+ , cache.url = if isMaster then Just "https://cache.nixos.asia/oss" else Nothing
8
}
0 commit comments