Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fa470299a | |||
| 2ad7d3f311 | |||
| d9a8373bad | |||
| 9168430a29 | |||
| ae316529f8 | |||
| 7d1c9ac173 | |||
| 98c9f0d57b | |||
| 7d121bd331 | |||
| 8c32462cc0 | |||
| 986b3ef5b3 | |||
| f66603c3c4 | |||
| f3d204c6ea | |||
| f9e1c32cf7 | |||
| 9343784871 | |||
| a7ff2b3bf9 | |||
| c0e3ca09f9 | |||
| cfc3ebf903 | |||
| cee87825a7 | |||
| e8805d046f | |||
| 9bbcc8479c | |||
| 56ca4bcccf | |||
| a7362a9ce9 | |||
| ca6a7920e5 |
+4
-3
@@ -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
|
||||
# };
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user