flake: add remaining drvs to ci.buildbot

Closes: https://github.com/nix-community/stylix/issues/2056
(cherry picked from commit 7420f203ca)
This commit is contained in:
0xda157 2025-12-03 13:46:54 -08:00 committed by NAHO
parent c97b7b37b2
commit 21da33cdd4
3 changed files with 39 additions and 32 deletions

View file

@ -5,6 +5,8 @@
perSystem =
{ config, ... }:
{
ci.buildbot = { inherit (config.checks) pre-commit; };
pre-commit = {
check.enable = true;