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

lastFile:modules/nixos/think-gtcm.nix
This commit is contained in:
2025-11-20 15:26:14 +07:00
parent 1a78f721e6
commit b0de95fd28
4 changed files with 8 additions and 6 deletions

View File

@@ -1,13 +1,12 @@
{ ... }:
{ self, ... }:
{
perSystem =
{ pkgs, self', ... }:
{ pkgs, ... }:
{
checks =
let
checkArgs = {
inherit pkgs;
self = self';
inherit pkgs self;
};
in
{