one-way-sync: master -> main

This commit is contained in:
Yureka 2024-07-23 16:24:26 +02:00
parent eedc719889
commit 297ddbb28c

View file

@ -61,9 +61,9 @@
pushUrl = "ssh://ows_bot@cl.forkos.org:29418/nixpkgs";
deployKeyPath = config.age.secrets.ows-deploy-key.path;
branches."refs/heads/master" = mkNixpkgsJob {
branches."refs/heads/main" = mkNixpkgsJob {
timer = "hourly";
branchName = "master";
branchName = "main";
};
branches."refs/heads/staging" = mkNixpkgsJob {