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 f3d204c6ea - Show all commits

View File

@@ -122,7 +122,7 @@
}; };
"usda-dash" = builtins.fetchGit { "usda-dash" = builtins.fetchGit {
url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git"; url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git";
rev = "a1c53fd0e1ce0f67e23916a6aae89bfd5f38d0d8"; rev = "6d441a14a148b8d0bfc63dcba6db57f32803d084";
submodules = true; submodules = true;
}; };
}; };