Compare commits

...

1 commit

Author SHA1 Message Date
Qyriad b5f3aed96c temporarily make the binary cache step fallable 2024-05-02 12:44:24 -06:00
2 changed files with 3 additions and 2 deletions

View file

@ -565,7 +565,8 @@ def nix_build_config(
util.Property( util.Property(
"out_path" "out_path"
) )
] ],
warn_on_failure=True,
) )
) )

View file

@ -195,7 +195,7 @@ in
}; };
services.nginx.enable = true; services.nginx.enable = true;
services.nginx.virtualHosts.${cfg.domain} = services.nginx.virtualHosts.${cfg.domain} =
let let
port = config.services.buildbot-master.port; port = config.services.buildbot-master.port;
in in