update external config for usda-dash

This commit is contained in:
UGA Innovation Factory
2025-12-18 19:08:03 -05:00
committed by hdh20267
parent 23af6a3050
commit cb7df047a8

View File

@@ -64,7 +64,7 @@
# "external" = {
# devices."remote" = builtins.fetchGit { # External module via Git
# url = "https://github.com/example/config";
# rev = "abc123...";
# rev = "e1ccd7cc3e709afe4f50b0627e1c4bde49165014";
# };
# }; # ========== Lab Laptops ==========
# Creates: nix-laptop1, nix-laptop2
@@ -122,7 +122,8 @@
};
"usda-dash" = builtins.fetchGit {
url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git";
rev = "9d972effe03813f69db93cfd29a718ba290639a0";
rev = "e1ccd7cc3e709afe4f50b0627e1c4bde49165014";
submodules = true;
};
};
overrides = {
@@ -150,7 +151,7 @@
# # Option 1: fetchGit with specific revision (recommended for reproducibility)
# "prod-server" = builtins.fetchGit {
# url = "https://github.com/example/server-config";
# rev = "abc123def456..."; # Full commit hash
# rev = "e1ccd7cc3e709afe4f50b0627e1c4bde49165014"; # Full commit hash
# ref = "main"; # Optional: branch/tag name
# };
#