mob next [ci-skip] [ci skip] [skip ci]

lastFile:routers/default.nix
This commit is contained in:
2025-10-14 10:43:01 +07:00
parent e4bf326191
commit 095ac56aed
3 changed files with 25 additions and 0 deletions

8
routers/default.nix Normal file
View File

@@ -0,0 +1,8 @@
{ inputs, ... }:
{
flake.legacyPackages = {
yada-router = import "${inputs.liminix}/default.nix" {
liminix-config = import
};
};
}