Files
infra/routers/default.nix
kurogeek cf223079f9 mob next [ci-skip] [ci skip] [skip ci]
lastFile:pkgs/think-backend-gtcm.nix
2025-11-19 13:31:10 +07:00

10 lines
276 B
Nix

{ inputs, pkgs, ... }:
{
flake.legacyPackages = {
whitehouse-router = import "${inputs.liminix}/default.nix" {
device = (import "${inputs.liminix}/devices/gl-ar750");
liminix-config = import ./white-house/configuration.nix { inherit inputs; };
};
};
}