{ ... }: { perSystem = { pkgs, self', ... }: { checks = let checkArgs = { inherit pkgs; self = self'; }; in { think-gtcm = import ./tests/think-gtcm.nix checkArgs; }; }; }