Преглед изворни кода

added shellcheck to treefmt

9glenda пре 2 година
родитељ
комит
4517a51985
1 измењених фајлова са 1 додато и 0 уклоњено
  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;
   };
   };
 }
 }