Finished the first pass at bringing up the usda-dash module with an external module to define its use and application stack #23

Merged
hdh20267 merged 39 commits from usda-host-addition into main 2025-12-19 23:55:18 +00:00
Showing only changes of commit deb3deb660 - Show all commits

View File

@@ -121,8 +121,8 @@
};
};
"usda-dash" = builtins.fetchGit {
url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git";
rev = "a52962b08d21a4c0b1f4f07dcb55146f2078a5d8";
url = "git@factory.uga.edu:MODEL/usda-dash-config.git";
rev = "fb65618abb70908f67df1ea8b9f9ed0d63e2a57b";
submodules = true;
};
};