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:
parent
c97b7b37b2
commit
21da33cdd4
3 changed files with 39 additions and 32 deletions
|
|
@ -5,6 +5,8 @@
|
|||
perSystem =
|
||||
{ config, ... }:
|
||||
{
|
||||
ci.buildbot = { inherit (config.checks) pre-commit; };
|
||||
|
||||
pre-commit = {
|
||||
check.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue