set checks on individual languages

This commit is contained in:
Noah Masur
2023-11-18 18:38:20 -05:00
parent 6c2fc0289b
commit f85a008741
4 changed files with 24 additions and 12 deletions

View File

@ -0,0 +1 @@
{ lib, ... }: { options.c.enable = lib.mkEnableOption "C language tools."; }