finish rename
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# UGA Innovation Factory - NixOS Systems
|
||||
# UGA Innovation Factory - Athenix
|
||||
|
||||
[](https://github.com/UGA-Innovation-Factory/nixos-systems/actions/workflows/ci.yml)
|
||||
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
};
|
||||
"usda-dash" = builtins.fetchGit {
|
||||
url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git";
|
||||
rev = "c47ab8fe295ba38cf3baa8670812b23a09fb4d53";
|
||||
rev = "98f19ed8f8a6fed29d0947604bc14b403547a10d";
|
||||
};
|
||||
};
|
||||
overrides = {
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user