nix/packages/hosts/default.nix
Daniel Flanagan a9de39049c
Some checks failed
/ check (push) Has been cancelled
chore: include htpc in hosts
2025-02-17 00:01:00 -06:00

11 lines
285 B
Nix

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