From cb7df047a8015f4739c10b5849c696039bcd8e23 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 19:08:03 -0500 Subject: [PATCH] update external config for usda-dash --- inventory.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/inventory.nix b/inventory.nix index 8a53905..99d31fe 100644 --- a/inventory.nix +++ b/inventory.nix @@ -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 # }; #