feat: add '--ssh' flag to update-ref tool to choose ssh url or default to https url

This commit is contained in:
2025-12-31 16:09:34 -05:00
parent 0378268dcc
commit 0acd67f868
2 changed files with 32 additions and 6 deletions

View File

@@ -120,12 +120,14 @@
};
};
};
} // (if builtins.getEnv "ENABLE_USDA_DASH" == "1" then
{
"usda-dash" = builtins.fetchGit {
url = "git@factory.uga.edu:MODEL/usda-dash-config.git";
rev = "dab32f5884895cead0fae28cb7d88d17951d0c12";
submodules = true;
};
};
} else {});
overrides = {
athenix.host.useHostPrefix = false;
};