Refactored the repository structure by renaming variants/ to hw and glue/ to fleet, fixing an infinite recursion bug by separating fleet options evaluation, and adding a lib.mkFleet function to enable external flakes to reuse Athenix's fleet generation #29
Reference in New Issue
Block a user
Delete Branch "inventory-as-module"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Create lib/mkFleet.nix to expose fleet generator as library function - Allow external flakes to use Athenix's fleet logic with custom inventory - Export lib output in flake.nix with proper input passing - Enable usage: nixosConfigurations = athenix.lib.mkFleet { fleet = ...; hwTypes = ...; }