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

lastFile:pkgs/think-backend-gtcm.nix
This commit is contained in:
2025-11-19 13:31:10 +07:00
parent 3aa93c1333
commit cf223079f9
6 changed files with 67 additions and 1 deletions

View File

@@ -44,9 +44,23 @@
./machines
./routers
./inventories
./overlays
./modules/clan/flake-module.nix
./modules/nixos/flake-module.nix
];
perSystem =
{ pkgs, system, ... }:
{
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
overlays = [
inputs.self.overlays.packagesOverlay
];
config = { };
};
packages.think = pkgs.think-gtcm;
packages.think-be = pkgs.think-backend-gtcm;
};
}
);
}