浏览代码

added shellcheck to treefmt

9glenda 2 年之前
父节点
当前提交
4517a51985
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      treefmt.nix

+ 1 - 0
treefmt.nix

@@ -3,5 +3,6 @@
   programs = {
     alejandra.enable = true;
     rustfmt.enable = true;
+    shellcheck.enable = true;
   };
 }