nix/packages/hosts/default.nix
Daniel Flanagan 237222272e
Some checks failed
/ check (push) Failing after 9s
chore: wip router migration
2025-02-18 16:28:00 -06:00

13 lines
361 B
Nix

inputs:
let
inherit (inputs.self.flakeLib) host stableHost;
in
{
beefcake = stableHost ./beefcake.nix { };
dragon = host ./dragon.nix { };
foxtrot = host ./foxtrot.nix { };
thinker = host ./thinker.nix { };
htpc = stableHost ./htpc.nix { };
router = stableHost ./router.nix { };
# arm-dragon = host ./dragon.nix { system = "aarch64-linux"; };
}