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)
|
[](https://github.com/UGA-Innovation-Factory/nixos-systems/actions/workflows/ci.yml)
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Flake Entry Point
|
# Flake Entry Point
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# This file defines the inputs (dependencies) and outputs (configurations)
|
# 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.
|
# configurations into deployable systems.
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -123,7 +123,7 @@
|
|||||||
};
|
};
|
||||||
"usda-dash" = builtins.fetchGit {
|
"usda-dash" = builtins.fetchGit {
|
||||||
url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git";
|
url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git";
|
||||||
rev = "c47ab8fe295ba38cf3baa8670812b23a09fb4d53";
|
rev = "98f19ed8f8a6fed29d0947604bc14b403547a10d";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
overrides = {
|
overrides = {
|
||||||
|
|||||||
@@ -72,8 +72,9 @@ with lib;
|
|||||||
hosts = config.athenix.sw.remoteBuild.hosts;
|
hosts = config.athenix.sw.remoteBuild.hosts;
|
||||||
builders = lib.strings.concatMapStringsSep ";" (x: x) hosts;
|
builders = lib.strings.concatMapStringsSep ";" (x: x) hosts;
|
||||||
rebuildCmd = "${pkgs.nixos-rebuild}/bin/nixos-rebuild switch --refresh";
|
rebuildCmd = "${pkgs.nixos-rebuild}/bin/nixos-rebuild switch --refresh";
|
||||||
source = "--flake github:UGA-Innovation-Factory/nixos-systems";
|
source = "--flake git+https://git.factory.uga.edu/UGA-Innovation-Factory/athenix";
|
||||||
remoteBuildFlags = if config.athenix.sw.remoteBuild.enable then ''--builders "${builders}"'' else "";
|
remoteBuildFlags =
|
||||||
|
if config.athenix.sw.remoteBuild.enable then ''--builders "${builders}"'' else "";
|
||||||
in
|
in
|
||||||
"${rebuildCmd} ${remoteBuildFlags} --print-build-logs ${source}#${config.networking.hostName}";
|
"${rebuildCmd} ${remoteBuildFlags} --print-build-logs ${source}#${config.networking.hostName}";
|
||||||
User = "root";
|
User = "root";
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
hdh20267 = {
|
hdh20267 = {
|
||||||
external = builtins.fetchGit {
|
external = builtins.fetchGit {
|
||||||
url = "https://git.factory.uga.edu/hdh20267/hdh20267-nix";
|
url = "https://git.factory.uga.edu/hdh20267/hdh20267-nix";
|
||||||
rev = "db96137bb4cb16acefcf59d58c9f848924f2ad43";
|
rev = "c538e0c0510045b58264627bb897fc499dc7c490";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
sv22900 = {
|
sv22900 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user