remove checks

This commit is contained in:
Johannes Kirschbauer 2024-04-12 16:04:48 +02:00
parent 28773725ec
commit 445d547814
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

View File

@ -7,7 +7,5 @@
packages = {
docs = pkgs.python3.pkgs.callPackage ./default.nix { inherit (inputs) nixpkgs; };
};
checks = self'.packages.clan-cli.tests;
};
}