set checks on individual languages

This commit is contained in:
Noah Masur
2024-02-07 23:04:08 -05:00
parent 6c2fc0289b
commit f85a008741
4 changed files with 24 additions and 12 deletions
+1
View File
@@ -0,0 +1 @@
{ lib, ... }: { options.c.enable = lib.mkEnableOption "C language tools."; }