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

lastFile:pkgs/think-gtcm.nix
This commit is contained in:
2025-11-12 14:17:37 +07:00
parent 22c7555b5b
commit d057cdf6e6
4 changed files with 32 additions and 5 deletions

View File

@@ -44,9 +44,22 @@
./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.default = pkgs.think-gtcm;
};
}
);
}