raito
542a3ae836
This is a Rust port of the original Perl script, legacy cruft is removed and it focuses on a modern Hydra deployment. Nonetheless, it knows how to perform migrations based on the channel versions. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
7 lines
304 B
TOML
7 lines
304 B
TOML
hydra_uri = "https://hydra.forkos.org"
|
|
binary_cache_uri = "https://cache.forkos.org"
|
|
nixpkgs_dir = "/var/lib/nixpkgs"
|
|
s3_release_bucket_name = "bagel-channel-scripts-test"
|
|
s3_channel_bucket_name = "bagel-channel-scripts-test"
|
|
base_git_uri_for_revision = "https://cl.forkos.org/plugins/gitiles/nixpkgs/+"
|