chore: update external config for usda-dash

This commit is contained in:
UGA Innovation Factory
2025-12-18 18:41:32 -05:00
committed by Hunter Halloran
parent f7d23f6ffb
commit dd6418ef3d

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 = "6c0029057aa50d0b4d6a0205c3ded890eb08979c";
rev = "a52962b08d21a4c0b1f4f07dcb55146f2078a5d8";
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
# };
#