Browse Source

feat: added shellcheck to treefmt

9glenda 2 năm trước cách đây
mục cha
commit
14c7d948d1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      treefmt.nix

+ 1 - 0
treefmt.nix

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