finish rename

This commit is contained in:
UGA Innovation Factory
2025-12-18 12:22:56 -05:00
parent 6ab5f20946
commit 811eb1bd4b
5 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# UGA Innovation Factory - NixOS Systems
# UGA Innovation Factory - Athenix
[![CI](https://github.com/UGA-Innovation-Factory/nixos-systems/actions/workflows/ci.yml/badge.svg)](https://github.com/UGA-Innovation-Factory/nixos-systems/actions/workflows/ci.yml)

View File

@@ -3,7 +3,7 @@
# Flake Entry Point
# ============================================================================
# This file defines the inputs (dependencies) and outputs (configurations)
# for the NixOS systems. It ties together the hardware, software, and user
# for Athenix. It ties together the hardware, software, and user
# configurations into deployable systems.
inputs = {

View File

@@ -123,7 +123,7 @@
};
"usda-dash" = builtins.fetchGit {
url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git";
rev = "c47ab8fe295ba38cf3baa8670812b23a09fb4d53";
rev = "98f19ed8f8a6fed29d0947604bc14b403547a10d";
};
};
overrides = {

View File

@@ -72,8 +72,9 @@ with lib;
hosts = config.athenix.sw.remoteBuild.hosts;
builders = lib.strings.concatMapStringsSep ";" (x: x) hosts;
rebuildCmd = "${pkgs.nixos-rebuild}/bin/nixos-rebuild switch --refresh";
source = "--flake github:UGA-Innovation-Factory/nixos-systems";
remoteBuildFlags = if config.athenix.sw.remoteBuild.enable then ''--builders "${builders}"'' else "";
source = "--flake git+https://git.factory.uga.edu/UGA-Innovation-Factory/athenix";
remoteBuildFlags =
if config.athenix.sw.remoteBuild.enable then ''--builders "${builders}"'' else "";
in
"${rebuildCmd} ${remoteBuildFlags} --print-build-logs ${source}#${config.networking.hostName}";
User = "root";

View File

@@ -49,7 +49,7 @@
hdh20267 = {
external = builtins.fetchGit {
url = "https://git.factory.uga.edu/hdh20267/hdh20267-nix";
rev = "db96137bb4cb16acefcf59d58c9f848924f2ad43";
rev = "c538e0c0510045b58264627bb897fc499dc7c490";
};
};
sv22900 = {