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

13
flake.lock generated
View File

@@ -136,6 +136,18 @@
"type": "github" "type": "github"
} }
}, },
"liminix": {
"flake": false,
"locked": {
"narHash": "sha256-AOIoHjt5Q0+cJ5r5B5H3Cg/IDX13vR2dJLi3F6ZnD7E=",
"type": "file",
"url": "https://git.b4l.co.th/newedge/liminix/src/branch/fix-gl-ar750/"
},
"original": {
"type": "file",
"url": "https://git.b4l.co.th/newedge/liminix/src/branch/fix-gl-ar750/"
}
},
"nix-darwin": { "nix-darwin": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@@ -207,6 +219,7 @@
"devshell": "devshell", "devshell": "devshell",
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"import-tree": "import-tree", "import-tree": "import-tree",
"liminix": "liminix",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
} }

View File

@@ -21,6 +21,10 @@
url = "github:numtide/treefmt-nix"; url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
liminix = {
url = "https://git.b4l.co.th/newedge/liminix/src/branch/fix-gl-ar750/";
flake = false;
};
}; };
outputs = outputs =
{ {

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
};
};
}