Rename project to 'Athenix'

This commit is contained in:
UGA Innovation Factory
2025-12-18 12:07:25 -05:00
parent 85ffa56d12
commit 6ab5f20946
38 changed files with 272 additions and 272 deletions

View File

@@ -15,10 +15,10 @@
with lib;
let
cfg = config.ugaif.sw.python;
cfg = config.athenix.sw.python;
in
{
options.ugaif.sw.python = {
options.athenix.sw.python = {
enable = mkEnableOption "Python development tools (pixi, uv)" // {
default = true;
};