Skip to content

Commit bc50efd

Browse files
committed
formatter: Remove mdsh from nix fmt configuration
Remove `mdsh` from the `nix fmt` configuration. Making `nix fmt` and `nix flake check` take a little less resources, since `mdsh` is currently not used.
1 parent 37cd540 commit bc50efd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

treefmt/flake-module.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
perSystem = { config, pkgs, ... }: {
66
treefmt = {
77
projectRootFile = "flake.nix";
8-
programs.mdsh.enable = true;
98
programs.nixpkgs-fmt.enable = true;
109
programs.shellcheck.enable = true;
1110
programs.shfmt.enable = true;

0 commit comments

Comments
 (0)