mob next [ci-skip] [ci skip] [skip ci]
lastFile:routers/default.nix
This commit is contained in:
13
flake.lock
generated
13
flake.lock
generated
@@ -136,6 +136,18 @@
|
||||
"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": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
@@ -207,6 +219,7 @@
|
||||
"devshell": "devshell",
|
||||
"flake-parts": "flake-parts",
|
||||
"import-tree": "import-tree",
|
||||
"liminix": "liminix",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"treefmt-nix": "treefmt-nix"
|
||||
}
|
||||
|
@@ -21,6 +21,10 @@
|
||||
url = "github:numtide/treefmt-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
liminix = {
|
||||
url = "https://git.b4l.co.th/newedge/liminix/src/branch/fix-gl-ar750/";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
outputs =
|
||||
{
|
||||
|
8
routers/default.nix
Normal file
8
routers/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake.legacyPackages = {
|
||||
yada-router = import "${inputs.liminix}/default.nix" {
|
||||
liminix-config = import
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user