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

lastFile:tests/default.nix
This commit is contained in:
2025-11-26 14:21:11 +07:00
parent e6760d320d
commit 5246b83a8f
13 changed files with 816 additions and 10 deletions

View File

@@ -44,9 +44,24 @@
./machines
./routers
./inventories
./overlays
./tests
./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;
};
}
);
}